feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s

This commit is contained in:
4gl
2026-08-10 17:11:53 +01:00
parent 9b68c55754
commit 2f30680e84
16 changed files with 379 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
---
layout: article
title: MPE_USERS
description: The MPE_USERS table captures the users of Data Controller for SAS® and when they were last seen.
---
# MPE_USERS
The `MPE_USERS` table captures the actual users of the app - each user is registered on first login, and their last seen date is updated on subsequent activity.
## Columns
- 🔑 `USER_ID char(50)`: The user id
- `LAST_SEEN_DT num`: Date the user was last active
- `REGISTERED_DT num`: Date the user first registered