folder_distr
- Last UpdatedNov 20, 2024
- 1 minute read
The folder_distr table defines to which download directories a folder’s files are copied.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
item_id |
string40 |
Y |
N |
Part "number" |
|
oper_id |
string40 |
Y |
N |
Operation "number" |
|
ent_id |
int32 |
Y |
N |
Physical entity on which operation done |
|
ver_id |
string40 |
Y |
N |
Folder revision |
|
downl_dir |
string254 |
Y |
N |
Path of destination directory |
|
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 |
|
mod_id |
timestamp |
N |
N |
A binary number that increments each time the row is modified. |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail. |
FK from item_id, oper_id, ent_id, ver_id to folder. (Cascade delete)