CreateColumn

oxygen.sql.migration.model.StateDiff.AlterColumn.CreateColumn
final case class CreateColumn(tableRef: TableRef, column: Column) extends AlterColumn

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AlterColumn
trait StateDiff
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toIndentedString: IndentedString

Attributes

Inherited from:
StateDiff

Concrete fields

override val columnRef: ColumnRef

Inherited fields

val applicationOrder: Int

Attributes

Inherited from:
StateDiff