Spaces:
Build error
Build error
File size: 192 Bytes
def1299 |
1 2 3 4 5 6 7 8 9 10 |
class CreateLanguages < ActiveRecord::Migration[5.0]
def change
create_table :languages do |t|
t.string :name
t.string :compile_cmd
t.string :run_cmd
end
end
end
|