TablePrimaryKey

data class TablePrimaryKey(val name: String, val type: String)

Constructors

Link copied to clipboard
fun TablePrimaryKey(name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name for defined column.

Link copied to clipboard

Type for defined column. Integer, String, Binary, Double, Boolean is allowed.