column(name, type, options = {})
Instance Public methods
Instantiates a new column for the table. The type parameter is
normally one of the migrations native types, which is one of the following:
:primary_key, :string, :text,
:integer, :float, :decimal,
:datetime, :timestamp, :time,
:date, :binary, :boolean.
You may use a type not in this list as long as it is supported by your
database (for example, âpolygonâ in MySQL), but this will not be database
agnostic and should usually be