class

Clear::Migration::AddColumn

Inherits Clear::Migration::Operation < Clear::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)
Source

Instance methods

down
Source