AddColumnWithInitialValue

slick.migration.api.AddColumnWithInitialValue

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Deprecated methods

def apply[T <: Table[_], A](tableQuery: TableQuery[T])(col: T => Rep[A])(value: A)(implicit dialect: Dialect[_], jdbcType: JdbcType[A]): TableMigration[T, Reversible]

Attributes

Deprecated
true
def raw[T <: Table[_]](tableQuery: TableQuery[T])(col: T => Rep[_])(valueSql: String)(implicit dialect: Dialect[_]): Migration

Attributes

Deprecated
true