3 lines
116 B
Transact-SQL
3 lines
116 B
Transact-SQL
|
|
alter table Weld_StockIn add WarrantyNo nvarchar(50) null
|
||
|
|
alter table Weld_StockIn add IsCheckWarrantyNo bit null
|
||
|
|
GO
|