5 lines
148 B
MySQL
5 lines
148 B
MySQL
|
alter table Project_ProjectUnit add CQMS_OrganizationPic nvarchar(100)
|
||
|
GO
|
||
|
alter table Project_ProjectUnit add QRCodeAttachUrl nvarchar(200) null
|
||
|
GO
|