(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
- [ ] Created (Required) date/time stamp
- [ ] Users: Represents a single user.
- [ ] ID (PK) Serial
- [ ] GoogleId (Unique, Required) text
- [ ] Name (Required) string(64)
- [ ] Email (Unique, Required) string(128)
- [ ] ImageURL () text
- [ ] GoogleRefreshToken () text
- [ ] Created (Required) date/time stamp
- [x] Users: Represents a single user.
- [x] ID (PK) Serial
- [x] GoogleId (Unique, Required) text
- [x] Name (Required) string(64)
- [x] Email (Unique, Required) string(128)
- [x] ImageURL () text
- [x] GoogleRefreshToken () text
- [x] Created (Required) date/time stamp
- [ ] Sessions: Represents a single user-session.
- [ ] ID (PK) Serial