New Shift_History Table (in FI_Large)
- Last UpdatedDec 18, 2018
- 1 minute read
Maintains a log of shift changes for an entity.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Entity identifier |
|
shift_id |
int32 |
N |
N |
Shift identifier |
|
shift_start_utc |
tdatetime |
Y |
N |
Timestamp of shift start in UTC (GMT) |
|
shift_start_local |
tdatetime |
N |
N |
Timestamp of shift start in local time |
|
shift_end_utc |
tdatetime |
N |
Y |
Timestamp of shift end in UTC (GMT) |
|
shift_end_local |
tdatetime |
N |
Y |
Timestamp of shift end in local time |
|
row_id |
int32 |
N |
N |
Unique identifier for row |
FK from ent_id to ent (Cascade delete)