5 lines
115 B
MySQL
5 lines
115 B
MySQL
|
|
alter table SitePerson_Person add IsSyncWelder bit null
|
||
|
|
GO
|
||
|
|
alter table BS_Welder add PersonId nvarchar(50) null
|
||
|
|
GO
|