3 lines
66 B
MySQL
3 lines
66 B
MySQL
|
alter table [dbo].[Project_ProjectUnit] add IsSynchro bit null
|
||
|
GO
|