Sha256: f708cdf4ca09eda7fc8d38d2a3aaa3b3efbf532c38a71408f31446d3fa04c0ce

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

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

    create_table :phcmemberspro_member_profiles do |t|

      t.string :member_first_name
      t.string :member_last_name
      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-92.0.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-92.0.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-92.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-92.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb