2023-10-09

This commit is contained in:
2023-10-09 12:00:54 +08:00
parent 1a9f22da3f
commit f285d8e3d0
10 changed files with 136 additions and 45 deletions
@@ -0,0 +1,7 @@
alter table dbo.PHTGL_Quantity
add SerialNumber nvarchar(50)
go
exec sp_addextendedproperty 'MS_Description', N'ÐòºÅ', 'SCHEMA', 'dbo', 'TABLE', 'PHTGL_Quantity', 'COLUMN',
'SerialNumber'
go