Files

3 lines
148 B
Transact-SQL
Raw Permalink Normal View History

2026-08-12 20:18:47 +08:00
alter table HJGL_Batch_PointBatchItem add NDT nvarchar(300) null
alter table HJGL_Batch_BatchTrust alter column TrustBatchCode nvarchar(100) null
GO