ALTER TABLE FILE_DECRYPTION ALTER COLUMN ID NVARCHAR(20) NOT NULL;
alter table FILE_DECRYPTION add constraint FILE_DECRYPTION_ID primary key(ID)