Type alias ForeignKeyAction

ForeignKeyAction: "RESTRICT" | "NO ACTION" | "CASCADE" | "SET NULL" | "SET DEFAULT"

Generated using TypeDoc