Sha256: 95ccf1685855fa272fbc427aa57e9155ad61a4439a0d7b0972f76580331f6f20
Contents?: true
Size: 608 Bytes
Versions: 38
Compression:
Stored size: 608 Bytes
Contents
class CreatePhcmembersproMemberListings < ActiveRecord::Migration[5.2] def change create_table :phcmemberspro_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.string :org_id t.timestamps end end end
Version data entries
38 entries across 38 versions & 1 rubygems