3 lines
57 B
MySQL
3 lines
57 B
MySQL
|
ALTER TABLE dbo.PW_JointInfo ADD
|
||
|
Is_Standard bit NULL
|
||
|
GO
|