@gibme/sql
Preparing search index...
mysql
Database
Table
ForeignKey
Type Alias ForeignKey
type
ForeignKey
=
{
column
:
string
;
onDelete
?:
ForeignKeyConstraint
;
onUpdate
?:
ForeignKeyConstraint
;
table
:
string
;
}
Index
Properties
column
on
Delete?
on
Update?
table
Properties
column
column
:
string
Optional
on
Delete
onDelete
?:
ForeignKeyConstraint
Optional
on
Update
onUpdate
?:
ForeignKeyConstraint
table
table
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
column
on
Delete
on
Update
table
@gibme/sql
Loading...