Skip to content

Commit 9d168d5

Browse files
author
Marc Sallin
committed
Update README.md
Typo
1 parent e1181fb commit 9d168d5

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
@@ -12,7 +12,7 @@ Currently the following is supported:
1212
- Tables from classes (supported annotations: `Table`)
1313
- Columns from properties (supported annotations: `Column`, `Key`, `MaxLength`, `Required`, `NotMapped`, `DatabaseGenerated`, `Index`)
1414
- 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')
1616
- Not Null constraint
1717
- Auto increment (An int PrimaryKey will automatically be incremented)
1818
- 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

Comments
 (0)