Sha256: 8b798947a5a457c9c27f7d58931f70dbf1e4d4bf0ce769b38c02856197188e34
Contents?: true
Size: 496 Bytes
Versions: 15
Compression:
Stored size: 496 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.integer :account_id t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 2 rubygems