Skip to content

Commit 5f865f2

Browse files
committed
#81: Updated README.
1 parent 97b962d commit 5f865f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Currently the following is supported:
2020
- PrimaryKey constraint (`Key` annotation, key composites are supported)
2121
- ForeignKey constraint (1-n relationships, support for 'Cascade on delete')
2222
- Not Null constraint
23-
- Auto increment (An int PrimaryKey will automatically be incremented)
23+
- Auto increment (An int PrimaryKey will automatically be incremented and you can explicit set the "AUTOINCREMENT" constraint to a PrimaryKey using the Autoincrement-Attribute)
2424
- 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`)
2525
- Unique constraint (Decorate columns with the `UniqueAttribute`, which is part of this library)
2626
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library)

0 commit comments

Comments
 (0)