diff --git a/db/schema.rb b/db/schema.rb index 4995cd50..68ea91d1 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2020_07_20_151220) do +ActiveRecord::Schema.define(version: 2020_08_07_175610) do create_table "attachments", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t| t.integer "todo_id" @@ -221,6 +221,8 @@ ActiveRecord::Schema.define(version: 2020_07_20_151220) do t.string "remember_token" t.datetime "remember_token_expires_at" t.string "email" + t.datetime "created_at" + t.datetime "updated_at" t.index ["login"], name: "index_users_on_login" end