TableTableConstraintsForeignKey

Constructors

Link copied to clipboard
constructor(columnReferences: TableTableConstraintsForeignKeyColumnReferences, name: String? = null, referencedTable: TableTableConstraintsForeignKeyReferencedTable)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The pair of the foreign key column and primary key column. Structure is documented below.

Link copied to clipboard
val name: String? = null

Set only if the foreign key constraint is named.

Link copied to clipboard

The table that holds the primary key and is referenced by this foreign key. Structure is documented below.