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 Objecttrait Matchableclass Any
- Self type
-
SqlMigration.type
Members list
In this article