oxygen.sql.migration.persistence.model

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Companion
object
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
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

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