Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/knex-schema
DatabaseForeignKeyInfo
Interface DatabaseForeignKeyInfo
Foreign key information read from the database.
interface
DatabaseForeignKeyInfo
{
columnName
:
string
;
constraintName
:
string
;
deleteRule
:
string
;
foreignColumn
:
string
;
foreignTable
:
string
;
updateRule
:
string
;
}
Index
Properties
column
Name
constraint
Name
delete
Rule
foreign
Column
foreign
Table
update
Rule
Properties
column
Name
columnName
:
string
constraint
Name
constraintName
:
string
delete
Rule
deleteRule
:
string
foreign
Column
foreignColumn
:
string
foreign
Table
foreignTable
:
string
update
Rule
updateRule
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
Name
constraint
Name
delete
Rule
foreign
Column
foreign
Table
update
Rule
← Back to Website
All Versions
Libraries
Loading...
Foreign key information read from the database.