Files
CNCEC_SUBQHSE_WUHUAN/DataBase/版本日志/SGGLDB_WH_2024-01-25.sql
T
2024-01-25 15:21:19 +08:00

6 lines
341 B
Transact-SQL

alter table [dbo].[DriverRun_DriverRunPlan] add EstimatedInsuredPersonNum int null
alter table [dbo].[DriverRun_DriverRunPlan] add GuaranteedOperationPeriod int null
alter table [dbo].[DriverRun_DriverRunPlan] add TotalGuaranteedOperationDays int null
GO
alter table [dbo].[DriverPrepare_SchemePlanItem] add SolutionType nvarchar(50) null
GO