staging_db_deleted_log
- Last UpdatedDec 04, 2024
- 1 minute read
The staging_db_deleted_log table contains the log of the staging table records that have been deleted. The records are periodically purged by the MES curator service.
|
Field |
Data type |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
deleted_time_utc |
tdatetime |
N |
N |
The date and time when the record was deleted. |
|
table_name |
string80 |
N |
N |
The name of the table whose record was deleted. |
|
key_value |
string254 |
N |
N |
Key column value that uniquely identifies the deleted record. |
|
context |
string1000 |
N |
Y |
Any additional context associated with the deleted record. |
|
row_id |
bigint64 |
Y |
N |
The unique row identifier. This field is maintained for audit purposes. |