Reversible

slick.migration.api.TableMigration.Reversible
implicit class Reversible[T <: Table[_]](val underlying: TableMigration[T, Reversible]) extends ReversibleMigration, SqlMigration

Attributes

Graph
Supertypes
trait SqlMigration
trait Migration
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def reverse: TableMigration[T, Action]

Attributes

Definition Classes
override def sql: Seq[String]

The SQL statements to run

The SQL statements to run

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def apply(): DBIO[Unit]

Attributes

Inherited from:
SqlMigration

Concrete fields