3 lines
55 B
MySQL
3 lines
55 B
MySQL
|
ALTER TABLE dbo.PW_IsoInfo ADD
|
||
|
Is_Standard bit NULL
|
||
|
GO
|