4 lines
87 B
MySQL
4 lines
87 B
MySQL
|
alter table Weld_UnitStore add IsUsed bit null
|
||
|
GO
|
||
|
update Weld_UnitStore set IsUsed=1
|
||
|
GO
|