Sha256: bba9b527d4b220427a3a0c7a54e9979a8c95cd6649af7b28ee0c842e0a1a35d4

Contents?: true

Size: 481 Bytes

Versions: 38

Compression:

Stored size: 481 Bytes

Contents

class CreatePhcmembersproMemberProfiles < ActiveRecord::Migration[5.1]
  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 :slug

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
phcmemberspro-32.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-31.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-30.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-29.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-29.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-29.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-28.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-27.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-27.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-27.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-26.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-25.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-25.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-24.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-24.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-24.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-23.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-23.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-22.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-22.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb