ReversibleMigration

slick.migration.api.ReversibleMigration

A Migration that can be reversed; that is, it can provide a corresponding Migration that will undo whatever this migration will do.

Attributes

Graph
Supertypes
trait Migration
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Inherited methods

def apply(): DBIO[Unit]

Attributes

Inherited from:
Migration