2023-06-12

This commit is contained in:
2023-06-12 14:18:01 +08:00
parent cd3d51ae3f
commit 5fadd1bd93
2 changed files with 4 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,4 @@
alter table [dbo].[PHTGL_Contract] alter column [Clause] nvarchar(Max)
alter table [dbo].[PHTGL_Contract] alter column Remarks nvarchar(Max)
alter table [dbo].[PHTGL_Contract] alter column PriceMethod nvarchar(500)
alter table [dbo].Sys_ErrLogInfo alter column ErrMessage nvarchar(Max)