'Donors (dbo)' table
- Unable to modify table. Operand type clash: nvarchar(11) encrypted with (encryption_type = 'DETERMINISTIC', encryption_algorithm_name = 'AEAD_AES_256_CBC_HMAC_SHA_256', column_encryption_key_name = 'Column Encryption Key', column_encryption_key_database_name = 'GODonationsDB') is incompatible with nvarchar
I get this error when trying to make any modification to the structure of the Donors table. I'm not modifying the encrypted SSN column, but it still happens. I'm trying to change the datatype of a normal date field. This database has been around for awhile. The encrypted field datatype is Nvarchar(11), but maybe years later it is supposed to be varbinary?