column(column_name, type, options = {})
Instance Public methods
Adds a new column to the named table. See ActiveRecord::ConnectionAdapters::TableDefinition#column for details of the options you can use.
Creating a simple column
t.column(:name, :string)
Please login to continue.