diff --git a/db/schema.rb b/db/schema.rb index 846a44a..603affc 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -17,6 +17,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do t.string "semester", null: false t.string "title", null: false t.integer "user_id", null: false + t.string "personal_annotation" t.datetime "created_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 @@ -28,6 +29,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do t.string "first_name" t.string "last_name" t.string "picture_uri" + t.string "personal_annotation" t.datetime "created_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 @@ -37,6 +39,7 @@ ActiveRecord::Schema.define(version: 2020_05_29_081537) do t.integer "id", null: false t.integer "user_id", null: false t.string "title" + t.string "personal_annotation" t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false 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 "user_id", null: false t.string "title" + t.string "personal_annotation" t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false t.index ["id"], name: "index_favorite_theses_on_id", unique: true