Sha256: 6dc3a7ccdf6560ac72a572e497efc34dbe2089771695d1fc31f7891315e582c8
Contents?: true
Size: 553 Bytes
Versions: 18
Compression:
Stored size: 553 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.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems