AlterColumn

oxygen.sql.migration.persistence.model.MigrationStepColumn.AlterColumn
See theAlterColumn companion trait
object AlterColumn

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class CreateColumn(tableRef: TableRef, column: ColumnColumn) extends AlterColumn

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterColumn
trait StateDiff
class Object
trait Matchable
class Any
Show all
final case class DropColumn(columnRef: ColumnRef) extends AlterColumn

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterColumn
trait StateDiff
class Object
trait Matchable
class Any
Show all
final case class RenameColumn(columnRef: ColumnRef, newName: String) extends AlterColumn

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AlterColumn
trait StateDiff
class Object
trait Matchable
class Any
Show all
final case class SetNullable(columnRef: ColumnRef, nullable: Boolean) extends AlterColumn

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror