SGGL_SHJ/DataBase/版本日志/已更新脚本/SGGLDB_V2023-03-16.sql

4 lines
149 B
Transact-SQL

alter table Meeting_CQMSMeeting add AttachUrl nvarchar(1000) null
GO
alter table RewardAndPunish_RewardAndPunish add AttachUrl nvarchar(1000) null
GO