2 lines
77 B
MySQL
2 lines
77 B
MySQL
|
alter table Training_TestRecord
|
||
|
add CompanyTrainingItemId nvarchar(50) null;
|