timabell / ef-enum-to-lookup

Generates lookup tables from enum references in Microsoft Entity Framework 6.1
https://www.nuget.org/packages/ef-enum-to-lookup
69 stars 29 forks source link

name the primary keys #31

Closed timabell closed 9 years ago

timabell commented 9 years ago

unnamed PKs get a random name from sql server, causing unstable schema diffs between builds, and difficulty scripting future changes reliably

http://www.databasejournal.com/features/mssql/article.php/1570801/Beware-of-the-System-Generated-Constraint-Name.htm

coridrew commented 9 years ago

:+1: