Sha256: 7ca3ad4c191919d6365b3fdbb16903927f8cab6828da455063c64462fce57b35

Contents?: true

Size: 419 Bytes

Versions: 4

Compression:

Stored size: 419 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

4 entries across 4 versions & 1 rubygems

Version Path
phcmemberspro-83.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-82.4.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-82.3.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-82.3.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb