RenameTable

data class RenameTable(val from: SchemaObject, val to: DbIdentifier) : ModelChange(source)

Rename a table from one schema object to another

Constructors

Link copied to clipboard
constructor(from: SchemaObject, to: DbIdentifier)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val from: SchemaObject
Link copied to clipboard
val to: DbIdentifier