Sha256: ec452ba7eae712ca1a704abb80574833ffc4a6f8dbf4207ce345437d35858c21

Contents?: true

Size: 553 Bytes

Versions: 2

Compression:

Stored size: 553 Bytes

Contents

class CreatePhcmembersMemberListings < ActiveRecord::Migration[5.2]
  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

2 entries across 2 versions & 1 rubygems

Version Path
phcmembers-37.0.0 db/migrate/20160727024006_create_phcmembers_member_listings.rb
phcmembers-36.0.0 db/migrate/20160727024006_create_phcmembers_member_listings.rb