class ActiveRecord::ConnectionAdapters::TableDefinition

def create_column_definition(name, type, options)

def create_column_definition(name, type, options)
  ColumnDefinition.new(name, type, options)
end