Files
SGGL_SHJ/DataBase/版本日志/SGGLDB_V2023-07-12.sql
T
2023-07-12 16:50:28 +08:00

4 lines
150 B
Transact-SQL

alter table [dbo].[Information_EPSummaryReport] add Quarter int null
GO
alter table [dbo].[InformationProject_EPSummaryReport] add Quarter int null
GO