class

Luna::Migrations::ChangeTable

Inherits Reference < Object

change_table builder that accumulates ALTERs

Constructors

new(table : String, dialect : Luna::SQL::Dialect)
Source

Instance methods

add(column : Symbol, type : Symbol, **opts)
Source
remove(column : Symbol)
Source
rename(from : Symbol, to : Symbol)
Source
statements
Source