3 lines
148 B
Transact-SQL
3 lines
148 B
Transact-SQL
alter table HJGL_Batch_PointBatchItem add NDT nvarchar(300) null
|
|
alter table HJGL_Batch_BatchTrust alter column TrustBatchCode nvarchar(100) null
|
|
GO |