Migration

harness.sql.autoSchema.Migration
See theMigration companion object
final case class Migration[F[_]](id: F[MigrationId], version: F[Version], steps: F[NonEmptyList[Encoded]]) extends WithId[F, MigrationId]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class WithId[F, MigrationId]
class Table
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

final type Id = TKId

Attributes

Inherited from:
WithId

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product