forked from External/greenlight
redo rooms page
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
class CreateUsers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
create_table :users do |t|
|
||||
t.belongs_to :room, index: true
|
||||
t.string :provider
|
||||
t.string :uid
|
||||
t.string :name
|
||||
|
Reference in New Issue
Block a user