ReversibleMigrationSeq

slick.migration.api.ReversibleMigrationSeq

Holds a sequence of ReversibleMigrations and performs them one after the other.

Attributes

Graph
Supertypes
class MigrationSeq
trait Serializable
trait Product
trait Equals
trait Migration
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Returns

the reverse MigrationSeq: Each migration will be reversed, and they will be in the reverse order.

Inherited methods

final def apply(): DBIO[Unit]

Attributes

Inherited from:
MigrationSeq
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields