Files
CNCEC_SUBQHSE_WUHUAN/DataBase/版本日志/SGGLDB_WH_2023-03-29.sql
T
2023-03-29 17:41:22 +08:00

3 lines
139 B
Transact-SQL

alter table [dbo].[Base_Certificate] add [CertificateType] char(1) null
alter table [dbo].[Base_Certificate] add IsRegisterHSSE bit null
GO