Column

@Serializable
data class Column(val name: String, val type: String)(source)

Contains information about a column

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Properties

Link copied to clipboard

the name of the column

Link copied to clipboard

the type of the column