Skip to content

Function: ref()

ref<C>(getter, options?): Column<InferColumnData<C>, true, false>

Defined in: core/src/schema/columns.ts:381

Foreign key reference to another column. The getter is invoked lazily so tables can be defined in any order without hoisting issues.

C extends AnyColumn

() => C

OnDeleteAction

Column<InferColumnData<C>, true, false>