We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aabb8c commit ac4c576Copy full SHA for ac4c576
README.md
@@ -6,7 +6,7 @@ I started with the [code](https://gist.github.com/flaub/1968486e1b3f2b9fddaf) fr
6
7
Currently the following is supported:
8
- Tables from classes (supported annotations: `Table`)
9
-- Columns from properties (supported annotations: `Column`, `Key`, `MaxLength`, `Required`)
+- Columns from properties (supported annotations: `Column`, `Key`, `MaxLength`, `Required`, `NotMapped`, `DatabaseGenerated`)
10
- PrimaryKey constraint (`Key` annotation, key composites are supported)
11
- ForeignKey constraint (1-n relationships, support for 'Cascade on delete')
12
- Not Null constraint
0 commit comments