Sha256: d96deaf8fa77369ff588b197ddcddc7028d29793dafcea9d0371ad3c7b0974cf
Contents?: true
Size: 586 Bytes
Versions: 8
Compression:
Stored size: 586 Bytes
Contents
class CreatePhcmembersMemberListings < ActiveRecord::Migration[5.0] 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 :user_name t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems