play.api.db.evolutions.UpScript
An UP Script to run on the database.
Value parameters
-
evolution
-
the original evolution
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
The complete SQL to be run.
The complete SQL to be run.
Attributes
The sql string separated into constituent ";"-delimited statements.
The sql string separated into constituent ";"-delimited statements.
Any ";;" found in the sql are escaped to ";".
Attributes
-
Inherited from:
-
Script