Module foreign_key

Source
Expand description

Foreign key definition & alternations statements.

ยงUsage

Modulesยง

common ๐Ÿ”’
create ๐Ÿ”’
drop ๐Ÿ”’

Structsยง

ForeignKey
Shorthand for constructing any foreign key statement
ForeignKeyCreateStatement
Create a foreign key constraint for an existing table. Unsupported by Sqlite
ForeignKeyDropStatement
Drop a foreign key constraint for an existing table
TableForeignKey
Specification of a foreign key

Enumsยง

ForeignKeyAction
Foreign key on update & on delete actions
ForeignKeyStatement
All available types of foreign key statement