column(column_name, type, index: nil, **options)
public

Adds a new column to the named table.

t.column(:name, :string)

See TableDefinition#column for details of the options you can use.