Sha256: 4eb41a94eb7a1b61c80f93249a2bf9755c9689ba6123dd1157af7a42bdfda479

Contents?: true

Size: 455 Bytes

Versions: 4

Compression:

Stored size: 455 Bytes

Contents

class CreatePhcmembersproMemberProfiles < ActiveRecord::Migration[5.2]
  def change

    create_table :phcmemberspro_member_profiles do |t|

      t.string :member_firstname
      t.string :member_lastname
      t.string :member_title
      t.string :member_email
      t.string :member_phone
      t.string :member_notes

      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-86.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-85.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-84.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-84.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb