Sha256: 19428a79856508174d04c437a3ab8addd6c439887bb1329190935ba0d7625393

Contents?: true

Size: 119 Bytes

Versions: 24

Compression:

Stored size: 119 Bytes

Contents

class AddOtherNameToUsers < ActiveRecord::Migration
  def change
    add_column :users, :other_name, :string
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
tkh_authentication-0.1.8 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb
tkh_authentication-0.9.2 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb
tkh_authentication-0.9.1 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb
tkh_authentication-0.9 lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb