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

4 lines
149 B
MySQL
Raw Normal View History

2023-03-16 18:25:22 +08:00
alter table Meeting_CQMSMeeting add AttachUrl nvarchar(1000) null
GO
alter table RewardAndPunish_RewardAndPunish add AttachUrl nvarchar(1000) null
GO