MigrationSeq

slick.migration.api.MigrationSeq
case class MigrationSeq(migrations: Migration*) extends Migration

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

Attributes

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

Members list

Value members

Concrete methods

final def apply(): DBIO[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product