ref: master
db/migrate/20111004184104_add_cnpj_to_enterprises.rb
1 2 3 4 5 6 7 8 9
class AddCnpjToEnterprises < ActiveRecord::Migration def self.up add_column :profiles, :cnpj, :string end def self.down remove_column :profiles, :cnpj end end