Sha256: 09f85a6e5503888e16f5d8a04cf567fc0099b1b3ae4fcd7aa8195afe6e4f56ff
Contents?: true
Size: 579 Bytes
Versions: 26
Compression:
Stored size: 579 Bytes
Contents
class CreatePhcmembersMemberListings < ActiveRecord::Migration[5.1] 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 :slug t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
26 entries across 26 versions & 1 rubygems