Preparing search index...
The search index is not available
@jackdbd/sqlite-utils
@jackdbd/sqlite-utils
ForeignKey
Interface ForeignKey
interface
ForeignKey
{
from
:
string
;
id
:
number
;
match
:
string
;
on_delete
:
string
;
on_update
:
string
;
seq
:
number
;
table
:
string
;
to
:
string
;
}
Index
Properties
from
id
match
on_
delete
on_
update
seq
table
to
Properties
from
from
:
string
id
id
:
number
match
match
:
string
on_
delete
on_
delete
:
string
on_
update
on_
update
:
string
seq
seq
:
number
table
table
:
string
to
to
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
id
match
on_
delete
on_
update
seq
table
to
@jackdbd/sqlite-utils
Loading...