SchemaItem

@Serializable
data class SchemaItem(val name: String, val isPrimary: Boolean, val isNullable: Boolean, val type: SQLiteColumnType)

Constructors

Link copied to clipboard
constructor(name: String, isPrimary: Boolean, isNullable: Boolean, type: SQLiteColumnType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard