ALTER TABLE Training_TestRecord
ADD Signature NVARCHAR(1000);
go
ADD Fingerprint NVARCHAR(1000);
ADD CompanyTrainingItemId NVARCHAR(50);