class

Clickhouse::Migrate

Inherits Enumerable / Reference / Object

Constructors

new(src : Nil | Array(Clickhouse::Column), dst : Nil | Array(Clickhouse::Column))
Source

Instance methods

dst
dst=(v : Array(Column)) : Array(Column)
dst=(v : Nil)

nil assignments are always ignored

dst?
each

Must yield this collection's elements to the block.

Source
errors
Source
manifest(colorize : Bool = true, delimiter = " ", nop_msg = "# NOP", err_msg = "# ERROR: %s") : String
Source
plans
Source
src
src=(v : Array(Column)) : Array(Column)
src=(v : Nil)

nil assignments are always ignored

src?

Nested types