class

Lustra::Migration::AddColumn

Inherits Lustra::Migration::Operation < Lustra::ErrorMessages < Reference < Object

Constructors

new(table : String, column : String, datatype, nullable : Bool = false, constraint : Nil | String = nil, default : Nil | String = nil, with_values : Bool = false, comment : Nil | String = nil)
Source

Instance methods

down
Source