Sha256: d405fd82890e95ace016932c12445478b2da3c1274d63e353db96c657c80bd19
Contents?: true
Size: 541 Bytes
Versions: 12
Compression:
Stored size: 541 Bytes
Contents
class CreatePhcmembersproMembersBusinesses < ActiveRecord::Migration def change create_table :phcmemberspro_members_businesses 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.timestamps null: false t.references :main, index: true t.string :user_id t.timestamps null: false end end end
Version data entries
12 entries across 12 versions & 1 rubygems