push
This commit is contained in:
parent
37cc1ae72d
commit
72db9148c4
@ -17,6 +17,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do
|
|||||||
t.string "semester", null: false
|
t.string "semester", null: false
|
||||||
t.string "title", null: false
|
t.string "title", null: false
|
||||||
t.integer "user_id", null: false
|
t.integer "user_id", null: false
|
||||||
|
t.string "personal_annotation"
|
||||||
t.datetime "created_at", precision: 6, null: false
|
t.datetime "created_at", precision: 6, null: false
|
||||||
t.datetime "updated_at", precision: 6, null: false
|
t.datetime "updated_at", precision: 6, null: false
|
||||||
t.index ["number", "semester"], name: "index_favorite_courses_on_number_and_semester", unique: true
|
t.index ["number", "semester"], name: "index_favorite_courses_on_number_and_semester", unique: true
|
||||||
@ -28,6 +29,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do
|
|||||||
t.string "first_name"
|
t.string "first_name"
|
||||||
t.string "last_name"
|
t.string "last_name"
|
||||||
t.string "picture_uri"
|
t.string "picture_uri"
|
||||||
|
t.string "personal_annotation"
|
||||||
t.datetime "created_at", precision: 6, null: false
|
t.datetime "created_at", precision: 6, null: false
|
||||||
t.datetime "updated_at", precision: 6, null: false
|
t.datetime "updated_at", precision: 6, null: false
|
||||||
t.index ["tiss_id"], name: "index_favorite_people_on_tiss_id", unique: true
|
t.index ["tiss_id"], name: "index_favorite_people_on_tiss_id", unique: true
|
||||||
@ -37,6 +39,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do
|
|||||||
t.integer "id", null: false
|
t.integer "id", null: false
|
||||||
t.integer "user_id", null: false
|
t.integer "user_id", null: false
|
||||||
t.string "title"
|
t.string "title"
|
||||||
|
t.string "personal_annotation"
|
||||||
t.datetime "created_at", precision: 6, null: false
|
t.datetime "created_at", precision: 6, null: false
|
||||||
t.datetime "updated_at", precision: 6, null: false
|
t.datetime "updated_at", precision: 6, null: false
|
||||||
t.index ["id"], name: "index_favorite_projects_on_id", unique: true
|
t.index ["id"], name: "index_favorite_projects_on_id", unique: true
|
||||||
@ -46,6 +49,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do
|
|||||||
t.integer "id", null: false
|
t.integer "id", null: false
|
||||||
t.integer "user_id", null: false
|
t.integer "user_id", null: false
|
||||||
t.string "title"
|
t.string "title"
|
||||||
|
t.string "personal_annotation"
|
||||||
t.datetime "created_at", precision: 6, null: false
|
t.datetime "created_at", precision: 6, null: false
|
||||||
t.datetime "updated_at", precision: 6, null: false
|
t.datetime "updated_at", precision: 6, null: false
|
||||||
t.index ["id"], name: "index_favorite_theses_on_id", unique: true
|
t.index ["id"], name: "index_favorite_theses_on_id", unique: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user