oxygen.sql.migration.persistence.model.ExecutedMigrationStepRow
See theExecutedMigrationStepRow companion object
final case class ExecutedMigrationStepRow(version: Int, stepNo: Int, derived: Boolean, step: TypedJsonb[MigrationStepColumn], sql: Option[String])
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article