Expand description
Foreign key definition & alternations statements.
§Usage
- Table Foreign Key Create, see
ForeignKeyCreateStatement
- Table Foreign Key Drop, see
ForeignKeyDropStatement
Structs§
- Shorthand for constructing any foreign key statement
- Create a foreign key constraint for an existing table. Unsupported by Sqlite
- Drop a foreign key constraint for an existing table
- Specification of a foreign key
Enums§
- Foreign key on update & on delete actions
- All available types of foreign key statement