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