Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
ForeignKey
Class ForeignKey
Index
Constructors
constructor
Properties
on
Delete
on
Update
reference
table
[entity
Kind]
Methods
get
Name
Constructors
constructor
new
ForeignKey
(
table
:
SQLiteTable
,
builder
:
ForeignKeyBuilder
)
:
ForeignKey
Parameters
table
:
SQLiteTable
builder
:
ForeignKeyBuilder
Returns
ForeignKey
Properties
Readonly
on
Delete
onDelete
:
UpdateDeleteAction
|
undefined
Readonly
on
Update
onUpdate
:
UpdateDeleteAction
|
undefined
Readonly
reference
reference
:
Reference
Readonly
table
table
:
SQLiteTable
Static
Readonly
[entity
Kind]
"[entityKind]"
:
string
Methods
get
Name
getName
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Delete
on
Update
reference
table
[entity
Kind]
Methods
get
Name
Documentation
Loading...