class

Interro::Migration

Inherits Reference / Object

Constants

ENV_MATCH = /\$(\w+)/
QueryLog = ::Log.for("sql")

Constructors

new(name : String, added_at : Time, up : String, down : String)
Source
new(name : String, added_at : Time)
Source

Instance methods

added_at
Source
down(env = ENV)
Source
down=(down : String)
Source
down_sql(env)
Source
execute(sql : String, *args, **kwargs)
Source
name
Source
up(env = ENV)
Source
up=(up : String)
Source
up_sql(env)
Source