Sha256: a64507148701c01d3645bc847a21abe40572fb7e3a51e4198070348e56027f13
Contents?: true
Size: 446 Bytes
Versions: 12
Compression:
Stored size: 446 Bytes
Contents
class CreatePhcdevworksMembersMemberProfiles < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_members_member_profiles do |t| t.string :profile_first_name t.string :profile_last_name t.string :profile_title t.string :profile_email t.string :profile_phone t.text :profile_notes t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems