Skip to content

Commit ac4c576

Browse files
author
Marc Sallin
committed
Update README.md
1 parent 9aabb8c commit ac4c576

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
@@ -6,7 +6,7 @@ I started with the [code](https://gist.github.com/flaub/1968486e1b3f2b9fddaf) fr
66

77
Currently the following is supported:
88
- Tables from classes (supported annotations: `Table`)
9-
- Columns from properties (supported annotations: `Column`, `Key`, `MaxLength`, `Required`)
9+
- Columns from properties (supported annotations: `Column`, `Key`, `MaxLength`, `Required`, `NotMapped`, `DatabaseGenerated`)
1010
- PrimaryKey constraint (`Key` annotation, key composites are supported)
1111
- ForeignKey constraint (1-n relationships, support for 'Cascade on delete')
1212
- Not Null constraint

0 commit comments

Comments
 (0)