File size: 158 Bytes
def1299
 
 
 
 
1
2
3
4
5
6
class AddCommandLineArgumentsToSubmission < ActiveRecord::Migration[5.0]
  def change
    add_column :submissions, :command_line_arguments, :string
  end
end