feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user