SqlMigration

slick.migration.api.SqlMigration
See theSqlMigration companion trait
object SqlMigration

Convenience factory for SqlMigration

Attributes

Example
 SqlMigration("drop table t1", "update t2 set x=10 where y=20") 
Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(sql: String*): SqlMigration