Sha256: 9e219d1c3dbd6fc5f2b0fd4c6580f863cde544aef00318a87baf6b4e56970501

Contents?: true

Size: 415 Bytes

Versions: 38

Compression:

Stored size: 415 Bytes

Contents

class CreatePhcmembersproMemberProfiles < ActiveRecord::Migration[5.2]
  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 :org_id

      t.timestamps

    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
phcmemberspro-82.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-82.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-82.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-81.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-80.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-79.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-78.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-77.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-76.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-74.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-74.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-73.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-72.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-71.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-70.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-69.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-68.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-67.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-66.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-65.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb