oxygen.sql.migration.model.StateDiff.AlterTable
See theAlterTable companion trait
object AlterTable
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AlterTable.type
Members list
Type members
Classlikes
final case class CreateTable(table: TableState) extends AlterTable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterTabletrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class DropTable(tableRef: TableRef) extends AlterTable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterTabletrait StateDiffclass Objecttrait Matchableclass AnyShow all
final case class RenameTable(tableRef: TableRef, newName: String) extends AlterTable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterTabletrait StateDiffclass 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