Sha256: cf202224e205028c945e859229d0b67a8e79b6bc513f2daaebdd173f947cbeb3
Contents?: true
Size: 471 Bytes
Versions: 17
Compression:
Stored size: 471 Bytes
Contents
class CreatePhcmembersMembersListings < ActiveRecord::Migration def change create_table :phcmembers_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.timestamps null: false end end end
Version data entries
17 entries across 17 versions & 1 rubygems