Sha256: 8fda4cb3374336f87ba3ffb83a931e4698017a94aad108fcc21f3c10d71dbcce
Contents?: true
Size: 215 Bytes
Versions: 33
Compression:
Stored size: 215 Bytes
Contents
class AddCountryToContacts < ActiveRecord::Migration def self.up add_column :contact_contents, "country", :string, :limit => 100 end def self.down remove_column :contact_contents, "country" end end
Version data entries
33 entries across 33 versions & 1 rubygems