3 lines
139 B
MySQL
3 lines
139 B
MySQL
|
alter table [dbo].[Base_Certificate] add [CertificateType] char(1) null
|
||
|
alter table [dbo].[Base_Certificate] add IsRegisterHSSE bit null
|
||
|
GO
|