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

7 lines
358 B
MySQL
Raw Normal View History

alter table [dbo].[HSSEData_HSSE] alter column [TotalEnergyConsumption] decimal(18,4) null
alter table [dbo].[HSSEData_HSSE] alter column [IncomeComprehensiveEnergyConsumption] decimal(18,4) null
alter table [dbo].[HSSEData_HSSE] alter column [NewWaterConsumption] decimal(18,4) null
2023-03-09 16:53:26 +08:00
alter table [dbo].[Base_Factory] add MapCoordinates nvarchar(50) null
GO