(DOCS): Updated DB status

This commit is contained in:
Hayden Hargreaves 2025-06-14 21:30:34 -07:00
parent 4a5bfc3f10
commit d3d9c8a9e2

View File

@ -253,14 +253,14 @@ found in **OTHER** section.
- [ ] Modified () date/time stamp - [ ] Modified () date/time stamp
- [ ] Created (Required) date/time stamp - [ ] Created (Required) date/time stamp
- [ ] Users: Represents a single user. - [x] Users: Represents a single user.
- [ ] ID (PK) Serial - [x] ID (PK) Serial
- [ ] GoogleId (Unique, Required) text - [x] GoogleId (Unique, Required) text
- [ ] Name (Required) string(64) - [x] Name (Required) string(64)
- [ ] Email (Unique, Required) string(128) - [x] Email (Unique, Required) string(128)
- [ ] ImageURL () text - [x] ImageURL () text
- [ ] GoogleRefreshToken () text - [x] GoogleRefreshToken () text
- [ ] Created (Required) date/time stamp - [x] Created (Required) date/time stamp
- [ ] Sessions: Represents a single user-session. - [ ] Sessions: Represents a single user-session.
- [ ] ID (PK) Serial - [ ] ID (PK) Serial