oxygen.sql.migration.persistence.model

Members list

Type members

Experimental classlikes

final case class ColumnColumn(name: String, columnType: Type, nullable: Boolean)

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ColumnColumn

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ExecutedMigrationRow(version: Int, startedAt: Instant, completedAt: Option[Instant])

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ExecutedMigrationStepRow(version: Int, stepNo: Int, derived: Boolean, step: TypedJsonb[MigrationStepColumn], sql: Option[String])

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait MigrationStepColumn

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait StateDiff
trait AlterColumn
class CreateColumn
class DropColumn
class RenameColumn
class SetNullable
trait AlterSchema
class CreateSchema
class DropSchema
class RenameSchema
trait AlterTable
class CreateTable
class DropTable
class RenameTable
Show all

Attributes

Companion
trait
Experimental
true
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableStateColumn(tableName: TableRef, primaryKeyColumns: Set[String], columns: Contiguous[ColumnColumn])

Attributes

Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all