add room functionality

This commit is contained in:
Josh
2018-06-01 11:55:52 -04:00
parent 1bcd176285
commit 45fb18e609
9 changed files with 157 additions and 60 deletions

View File

@ -6,7 +6,7 @@ class CreateRooms < ActiveRecord::Migration[5.0]
t.string :uid, index: true
t.string :bbb_id, index: true
t.string :icon, index: true
t.integer :sessions, index: true
t.integer :sessions, index: true, default: 0
t.timestamps
end