|
12 | 12 | # |
13 | 13 | # It's strongly recommended that you check this file into your version control system. |
14 | 14 |
|
15 | | -ActiveRecord::Schema[7.1].define(version: 2025_06_10_031120) do |
| 15 | +ActiveRecord::Schema[7.1].define(version: 2025_06_03_132805) do |
16 | 16 | create_table "claims", id: :integer, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| |
17 | 17 | t.string "uuid", limit: 191 |
18 | 18 | t.string "doi", limit: 191 |
|
110 | 110 | t.string "organization", limit: 191 |
111 | 111 | t.string "orcid_auto_update_access_token", limit: 191 |
112 | 112 | t.datetime "orcid_auto_update_expires_at", precision: nil, default: "1970-01-01 00:00:00" |
113 | | - t.text "orcid_search_and_link_access_token" |
114 | | - t.text "orcid_search_and_link_refresh_token" |
115 | | - t.datetime "orcid_search_and_link_expires_at" |
116 | | - t.text "orcid_token" |
| 113 | + t.string "orcid_auto_update_refresh_token" |
| 114 | + t.string "orcid_token" |
117 | 115 | t.datetime "orcid_expires_at" |
118 | | - t.text "orcid_auto_update_refresh_token" |
| 116 | + t.string "orcid_search_and_link_access_token" |
| 117 | + t.string "orcid_search_and_link_refresh_token" |
| 118 | + t.datetime "orcid_search_and_link_expires_at" |
119 | 119 | t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true |
120 | 120 | t.index ["family_name", "given_names"], name: "index_users_on_family_name_and_given_names" |
121 | 121 | t.index ["github"], name: "index_users_on_github", unique: true |
|
0 commit comments