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