SGGL_SHJ/DataBase/版本日志/SGGLDB_V2023-09-27.sql

8 lines
201 B
Transact-SQL

alter table dbo.PHTGL_Quantity
add SerialNumber nvarchar(50)
go
exec sp_addextendedproperty 'MS_Description', N'ÐòºÅ', 'SCHEMA', 'dbo', 'TABLE', 'PHTGL_Quantity', 'COLUMN',
'SerialNumber'
go