Sha256: ea09a70d61f82de5bfca3c73892a520ceadaf199d648d3fcbf476f160759be7d
Contents?: true
Size: 448 Bytes
Versions: 8
Compression:
Stored size: 448 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.string :profile_notes t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems