I'm trying to provision a database that have a table with no primary keys defined.
I'm getting "DbProvisioningException: Cannot use a DbSyncTableDescription with no primary key columns defined for synchronization provisioning. Ensure that you have specified primary key columns for table '[WgcDocLinhas]'"
I cannot change the database, is there a workaround for this?
Thanks