Files
SGGL_SHJ/DataBase/版本日志/SGGLDB_V2023-03-16.sql
T
2023-03-16 18:25:22 +08:00

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