Out of the box migrations use the table name with schema when creating keys. For example, migrations will generate a key by this name "PK_dbo.Header_Change_Event" if I do not manually set the name. In general this is fine, but I have the strange requirement in some projects for users to be able to link to tables in a database from Microsoft Access. That dot in key names causes Access to be unable to connect to those tables.
↧