SGGL_SHJ/DataBase/版本日志/已更新脚本/SGGLDB_V2023-02-23_gaofei.sql

2 lines
72 B
Transact-SQL

alter table [dbo].[Material_Equipment] add Factory nvarchar(100) null
GO