Spaces:
Build error
Build error
File size: 142 Bytes
def1299 |
1 2 3 4 5 6 |
class AddCompileOutputToSubmissions < ActiveRecord::Migration[5.0]
def change
add_column :submissions, :compile_output, :text
end
end
|