Update schema.rb
This commit is contained in:
parent
de53e19d08
commit
8333d7343c
1 changed files with 0 additions and 3 deletions
|
@ -82,9 +82,6 @@ ActiveRecord::Schema.define(version: 20170209215911) do
|
||||||
|
|
||||||
create_table "follows", force: :cascade do |t|
|
create_table "follows", force: :cascade do |t|
|
||||||
t.integer "user_id"
|
t.integer "user_id"
|
||||||
t.boolean "email", default: true
|
|
||||||
t.boolean "app", default: true
|
|
||||||
t.boolean "push", default: true
|
|
||||||
t.string "followed_type"
|
t.string "followed_type"
|
||||||
t.integer "followed_id"
|
t.integer "followed_id"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue