TableTableConstraintsForeignKeyColumnReferences

data class TableTableConstraintsForeignKeyColumnReferences(val referencedColumn: String, val referencingColumn: String)

Constructors

constructor(referencedColumn: String, referencingColumn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column in the primary key that are referenced by the referencingColumn

Link copied to clipboard

The column that composes the foreign key.