Sha256: 277efbbe02159325cfc3308e141944cde4137b9b7198164dcf182c7b64efe1e9

Contents?: true

Size: 475 Bytes

Versions: 30

Compression:

Stored size: 475 Bytes

Contents

class CreatePhcmembersproMemberProfiles < ActiveRecord::Migration[5.0]
  def change
    create_table :phcmemberspro_member_profiles do |t|
    
      t.string :mfirstname
      t.string :mlastname
      t.string :mtitle
      t.string :memail
      t.string :mphone
      t.string :mnotes
      
      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id
      
      t.timestamps
    
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.1.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.1.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.1.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.0.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.0.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-17.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-16.0.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-16.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-16.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-15.1.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-15.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-15.0.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-15.0.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-15.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-15.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-14.7.7 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-14.7.5 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb