SQLite Migrations: Autoincrement annotation not prefixed #6461
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
We currently generate the following for SQLite...
...and the following for SQL Server
IMHO, the first one should be
Sqlite:Autoincrement
. Unfortunately, we RTMed like this so we'll always have to support justAutoincrement
, but we can change what we scaffold by default.The text was updated successfully, but these errors were encountered: