Sha256: ef6ae3d44ed41ab5520738d50e331e54df27d23859557f03b872309df21300bc
Contents?: true
Size: 587 Bytes
Versions: 14
Compression:
Stored size: 587 Bytes
Contents
class CreatePhcmembersMemberListings < ActiveRecord::Migration[5.0] 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 :user_id t.string :user_name t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems