Action

slick.migration.api.TableMigration.Action
See theAction companion class
object Action

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type

Members list

Type members

Classlikes

case class AddColumn(info: ColumnInfo) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class AddColumnAndSetInitialValue(info: ColumnInfo, rawSqlExpr: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class AddForeignKey(fk: ForeignKey) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class AddPrimaryKey(info: PrimaryKeyInfo) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class AlterColumnDefault(info: ColumnInfo) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Action
class Object
trait Matchable
class Any
Show all
case class AlterColumnNullable(info: ColumnInfo) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Action
class Object
trait Matchable
class Any
Show all
case class AlterColumnType(info: ColumnInfo) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Action
class Object
trait Matchable
class Any
Show all
case class CreateIndex(info: IndexInfo) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case object CreateTable extends Reversible

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
Self type
case class DropColumn(info: ColumnInfo) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class DropColumnOfName(name: String) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Action
class Object
trait Matchable
class Any
Show all
case class DropForeignKey(fk: ForeignKey) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class DropIndex(info: IndexInfo) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class DropPrimaryKey(info: PrimaryKeyInfo) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case object DropTable extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Action
class Object
trait Matchable
class Any
Show all
Self type
DropTable.type
case class RenameColumnFrom(currentInfo: ColumnInfo, from: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class RenameColumnTo(originalInfo: ColumnInfo, to: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class RenameIndexFrom(currentInfo: IndexInfo, from: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class RenameIndexTo(originalInfo: IndexInfo, to: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class RenameTableFrom(from: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
case class RenameTableTo(to: String) extends Reversible

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reversible
class Action
class Object
trait Matchable
class Any
Show all
sealed abstract class Reversible(sort: Int) extends Action

Attributes

Supertypes
class Action
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror