Sha256: 40b049928527b93263f7659947be2bbfff6a751b194f839fb9019e3d597c2dda
Contents?: true
Size: 502 Bytes
Versions: 109
Compression:
Stored size: 502 Bytes
Contents
class CreatePhcmembersproMembersListings < ActiveRecord::Migration def change create_table :phcmemberspro_members_listings do |t| t.string :mlcontactname t.string :mlcompanyname t.string :mladdressl1 t.string :mladdressl2 t.string :mlcity t.string :mlprovince t.string :mlcountry t.string :mlpostalcode t.string :mlphone t.string :mlwebsite t.string :mlemail t.references :main, index: true t.integer :account_id t.timestamps null: false end end end
Version data entries
109 entries across 109 versions & 1 rubygems