Sha256: c4724436de3c9356ba4f354a9f607fabea5ae973b46ec894bd8040d3461d2aa4

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 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 :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcmemberspro-20.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-19.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-19.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb