Sha256: a9a5def6273836295c29870061189baf11c4e436b9c81587e952ce312852da4d
Contents?: true
Size: 576 Bytes
Versions: 13
Compression:
Stored size: 576 Bytes
Contents
class CreatePhcmembersMemberListings < ActiveRecord::Migration[5.2] def change create_table :phcmembers_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 :user_id t.string :slug t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems