20140515124307_create_v_libras_requests.rb 272 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 class CreateVLibrasRequests < ActiveRecord::Migration def change create_table :v_libras_requests do |t| t.string :status t.string :service_type t.references :owner t.text :params t.text :response t.timestamps end end end