ForeignKeyAction
public enum ForeignKeyAction : String
A foreign key action.
-
Undocumented
Declaration
Swift
case cascade = "CASCADE"
-
Undocumented
Declaration
Swift
case restrict = "RESTRICT"
-
Undocumented
Declaration
Swift
case setNull = "SET NULL"
-
Undocumented
Declaration
Swift
case setDefault = "SET DEFAULT"