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
- PrimaryKey constraint (`Key` annotation, key composites are supported)
15
-
- ForeignKey constraint (1-n relationships, support for 'Cascade on delete)'
15
+
- ForeignKey constraint (1-n relationships, support for 'Cascade on delete')
16
16
- Not Null constraint
17
17
- Auto increment (An int PrimaryKey will automatically be incremented)
18
18
- Index (Decorate columns with the `Index` attribute. Indices are automatically created for foreign keys by default. To prevent this you can remove the convetion `ForeignKeyIndexConvention`)
0 commit comments