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
+21
View File
@@ -0,0 +1,21 @@
---
layout: article
title: MPE_SIGNOFFS
description: The MPE_SIGNOFFS table records signoffs made against loaded data in Data Controller for SAS®.
---
# MPE_SIGNOFFS
The `MPE_SIGNOFFS` table is designed to record signoffs - the final approval step associated with SIGNOFF access (see [MPE_SECURITY](/tables/mpe_security/) and [SIGNOFF_COLS](/dcc-tables/#signoff_cols)).
!!! note
This table is created as part of the Data Controller data model but is not currently populated by any Data Controller service. It is reserved for custom signoff implementations.
## Columns
- 🔑 `TECH_FROM_DTTM num`: SCD2 open datetime
- 🔑 `SIGNOFF_TABLE char(50)`: The table being signed off
- 🔑 `SIGNOFF_SECTION_RK num`: The retained key of the section being signed off
- `SIGNOFF_VERSION_RK num`: The retained key of the version being signed off
- `SIGNOFF_NAME char(100)`: The name of the user performing the signoff
- `TECH_TO_DTTM num`: SCD2 close datetime