mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-22 03:00:50 +08:00
Undo redo parsing for references
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user