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