class

Clear::Migration::CreateIndex

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

Constructors

new(table : String, fields : Array(String), name = nil, using : Nil | String = nil, unique : Bool = false)
Source
new(table : String, field : String | Symbol, name = nil, using : Nil | String = nil, unique : Bool = false)
Source

Instance methods

down
Source
safe_name(x) : String
Source