data_log_grp_ent_link
- Last UpdatedNov 20, 2024
- 1 minute read
The data_log_grp_ent_link table allows a data log group to be associated with many entities.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
grp_id |
int32 |
Y |
N |
The ID of the data log group |
|
ent_id |
int32 |
Y |
N |
The ID of the entity to which to link this data log group |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique identifier for row |
FK ent_id to ent. (Cascade delete)
FK from grp_id to data_log_grp. (Cascade delete).