CNCEC_SUBQHSE_WUHUAN/DataBase/版本日志/已更新脚本/SGGLDB_WH_2023-03-29.sql

3 lines
139 B
MySQL
Raw Normal View History

2023-03-29 17:41:22 +08:00
alter table [dbo].[Base_Certificate] add [CertificateType] char(1) null
alter table [dbo].[Base_Certificate] add IsRegisterHSSE bit null
GO