CNCEC_SUBQHSE_WUHUAN/DataBase/版本日志/已更新脚本/SGGLDB_WH_2023-07-11.sql

4 lines
150 B
MySQL
Raw Normal View History

2023-07-12 15:58:52 +08:00
alter table [dbo].[Information_EPSummaryReport] add Quarter int null
GO
alter table [dbo].[InformationProject_EPSummaryReport] add Quarter int null
GO