forked from External/greenlight
signup and room waiting
This commit is contained in:
@ -7,6 +7,7 @@ class CreateRooms < ActiveRecord::Migration[5.0]
|
||||
t.string :bbb_id, index: true
|
||||
t.string :icon, index: true
|
||||
t.integer :sessions, index: true, default: 0
|
||||
t.datetime :last_session, index: true
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
Reference in New Issue
Block a user