class Interro::Migration
- Interro::Migration
- Reference
- Object
Defined in:
migration.crConstant Summary
-
QueryLog =
::Log.for("sql", level: :info)
Constructors
- .new(name : String, added_at : Time, up : String, down : String)
- .new(name : String, added_at : Time)
Instance Method Summary
- #added_at : Time
- #down(env = ENV)
- #down=(down : String)
- #down_sql(env)
- #execute(sql : String, *args, **kwargs)
- #name : String
- #up(env = ENV)
- #up=(up : String)
- #up_sql(env)