DropColumns

data class DropColumns(val table: SchemaObject, val columns: List<DbIdentifier>) : ModelChange(source)

Constructors

Link copied to clipboard
constructor(table: SchemaObject, columns: List<DbIdentifier>)

Types

Link copied to clipboard
class DropColumnsBuilder(tableName: String, columns: MutableList<DbIdentifier> = mutableListOf()) : Builder<DropColumns.DropColumnsBuilder, DropColumns>

Properties

Link copied to clipboard
val columns: List<DbIdentifier>
Link copied to clipboard
val table: SchemaObject