TableTableConstraintsPrimaryKey

data class TableTableConstraintsPrimaryKey(val columns: List<String>)

Constructors

Link copied to clipboard
constructor(columns: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The columns that are composed of the primary key constraint.