You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, AUTOINCREMENT is more or less an implementation detail of SQLite Migrations. We should make it more first-class like IDENTITY on SQL Server. This would include a convention, ModelBuilder API, validation, etc. for it.
The text was updated successfully, but these errors were encountered:
Right now,
AUTOINCREMENT
is more or less an implementation detail of SQLite Migrations. We should make it more first-class likeIDENTITY
on SQL Server. This would include a convention,ModelBuilder
API, validation, etc. for it.The text was updated successfully, but these errors were encountered: