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)
Sourcenew(table : String, field : String | Symbol, name = nil, using : Nil | String = nil, unique : Bool = false)
SourceInstance methods
down
Sourcesafe_name(x) : String
Sourceup
Source