Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
daytime_id | int4 | 10 | null |
|
|
Primary key of this table. Contains values from |
||
daytime | varchar | 256 | null |
|
|
The time formatted to |
||
hour | int4 | 10 | null |
|
|
The numbered hour part of the time. |
||
minute | int4 | 10 | null |
|
|
The numbered minute part of the time. |
||
second | int4 | 10 | null |
|
|
The numbered second part of the time. |
||
last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags behind source system). |