Sha256: e83aea9f48a6d23d280c6231411ff1c242a441991ecf5626e4c2a802bb728b9e

Contents?: true

Size: 173 Bytes

Versions: 28

Compression:

Stored size: 173 Bytes

Contents

class AddFirstNameAndLastNameToUsers < ActiveRecord::Migration
  def change
    add_column :users, :first_name, :string
    add_column :users, :last_name, :string
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.3.0.pre3 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.3.0.pre2 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.3.0.pre1 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
woodlock-0.0.1 db/migrate/20150617115807_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.beta.1 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.27 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.26 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.24 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.23 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.21 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.20 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.19 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.18 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.17 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.16 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
artfully_ose-1.2.0.pre.15 db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb