2023-10-09
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user