Sha256: b337bf26d4c44e2fac6b391a445d4bbeac64e1387deaef8483db8bb1d1be987f
Contents?: true
Size: 612 Bytes
Versions: 4
Compression:
Stored size: 612 Bytes
Contents
class CreatePhcmembersproMemberListings < ActiveRecord::Migration[5.2] def change create_table :phcmemberspro_member_listings do |t| t.string :mbcompanyname t.string :mbcontactname t.string :mbaddressl1 t.string :mbaddressl2 t.string :mbcity t.string :mbprovince t.string :mbcountry t.string :mbpostalcode t.string :mbphone t.string :mbcontactemail t.string :mbwebsite t.references :profile 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