Undo redo parsing for references

This commit is contained in:
1ilit
2023-09-19 15:50:46 +03:00
parent ab0dc2c44e
commit 2b2e4840c9
4 changed files with 197 additions and 135 deletions

View File

@@ -48,11 +48,10 @@ const Cardinality = {
ONE_TO_ONE: "One to one",
ONE_TO_MANY: "One to many",
MANY_TO_ONE: "Many to one",
MANY_TO_MANY: "Many to many",
};
const Constraint = {
none: "None",
none: "No action",
restrict: "Restrict",
cascade: "Cascade",
setNull: "Set null",