HJGL_DS/DataBase/版本日志/HJGLDB_DS_2025-09-15_gf.sql

4 lines
87 B
MySQL
Raw Normal View History

2025-09-15 10:59:51 +08:00
alter table Weld_UnitStore add IsUsed bit null
GO
update Weld_UnitStore set IsUsed=1
GO