server list looks like something

This commit is contained in:
Senad Uka
2016-02-20 12:36:50 +01:00
parent 3b213c855a
commit 91b72481da
25 changed files with 258 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
class CreateOperatingSystems < ActiveRecord::Migration
def change
create_table :operating_systems do |t|
t.string :name, null: false
t.timestamps null: false
end
end
end