RenameColumn

data class RenameColumn(val table: SchemaObject, val oldName: DbIdentifier, val newName: DbIdentifier) : ModelChange(source)

Rename a column on a table

Constructors

Link copied to clipboard
constructor(table: SchemaObject, oldName: DbIdentifier, newName: DbIdentifier)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val newName: DbIdentifier
Link copied to clipboard
val oldName: DbIdentifier
Link copied to clipboard
val table: SchemaObject