oxygen.sql.migration.persistence.model.MigrationStepColumn.AlterColumn
See theAlterColumn companion trait
object AlterColumn
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AlterColumn.type
Members list
Type members
Classlikes
final case class CreateColumn(tableRef: TableRef, column: ColumnColumn) extends AlterColumn
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterColumntrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
final case class DropColumn(columnRef: ColumnRef) extends AlterColumn
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterColumntrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
final case class RenameColumn(columnRef: ColumnRef, newName: String) extends AlterColumn
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterColumntrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
final case class SetNullable(columnRef: ColumnRef, nullable: Boolean) extends AlterColumn
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterColumntrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article