res_exc
- Last UpdatedNov 20, 2024
- 1 minute read
Note: This table is currently not used.
The res_exc table defines time periods when resources are unavailable.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
res_id |
int32 |
Y |
N |
Identify a resource |
|
start_time |
tdatetime |
Y |
N |
Start of period of unavailability, in UTC |
|
end_time |
tdatetime |
N |
N |
End of period of unavailability, in UTC |
|
qty_unavail |
tfloat |
N |
N |
Quantity unavailable during this period |
|
comments |
string1700 |
N |
Y |
Reason for unavailability |
|
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 res_id to res.(Cascade delete)