Sha256: e4bf1204904bb5ae00ccdb7a419a6e6dcee847356a882a673e6665ef51ef5345
Contents?: true
Size: 464 Bytes
Versions: 12
Compression:
Stored size: 464 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.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems