class CreateOutputs < ActiveRecord::Migration
def change
create_table :outputs do |t|
t.integer :code
t.integer :game_id
t.text :msg
t.text :out_put
t.timestamps
end