- Preparing search index...
- The search index is not available
kysely
Interface ForeignKeyConstraintBuilderInterface<R>
Hierarchy
- ForeignKeyConstraintBuilderInterface
Methods
onDelete
- onDelete(onDelete): R
-
Parameters
-
onDelete: "no action" | "restrict" | "cascade" | "set null" | "set default"
Returns R
onUpdate
- onUpdate(onUpdate): R
-
Parameters
-
onUpdate: "no action" | "restrict" | "cascade" | "set null" | "set default"
Returns R