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