dir
- Last UpdatedNov 20, 2024
- 1 minute read
The dir table lists upload and download directories for a given entity.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Identify entity |
|
seq_no |
int32 |
Y |
N |
Order of download directories, for limiting user access. The first download directory is 0. -1 if upload. |
|
directory |
string254 |
N |
N |
Directory path without final backslash. May be UNC format. |
|
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 row identifier, for audit trail. |
FK from ent_id to ent. (Cascade delete)