TableMigration

slick.migration.api.TableMigration
See theTableMigration companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed abstract class Action(val sort: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Action

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type
implicit class Reversible[T <: Table[_]](val underlying: TableMigration[T, Reversible]) extends ReversibleMigration, SqlMigration

Attributes

Supertypes
trait SqlMigration
trait Migration
class Object
trait Matchable
class Any
Show all
object WithActions extends WithActionsLow

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait WithActions[A <: Action]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object WithActions.type

Value members

Concrete methods

def apply[T <: Table[_]](table: T)(implicit dialect: Dialect[_]): TableMigration[T, Reversible]
def apply[T <: Table[_]](tableQuery: TableQuery[T])(implicit dialect: Dialect[_]): TableMigration[T, Reversible]

Implicits

Implicits

final implicit def Reversible[T <: Table[_]](underlying: TableMigration[T, Reversible]): Reversible[T]
implicit def toReversible[T <: Table[_]]: ToReversible[TableMigration[T, Reversible]]