Commit 23f231b
authored
Mark system version fields as generated in tables
https://docs.microsoft.com/en-us/sql/relational-databases/tables/temporal-tables
The columns in temporal tables that are used for system versioning need to be marked as generated. They can not be populated when adding / modifying records.1 parent c381a8d commit 23f231b
File tree
1 file changed
+1
-0
lines changed- EntityFramework.Reverse.POCO.Generator
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1651 | 1651 | | |
1652 | 1652 | | |
1653 | 1653 | | |
| 1654 | + | |
1654 | 1655 | | |
1655 | 1656 | | |
1656 | 1657 | | |
| |||
0 commit comments