File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ This is the primary table that stores the associations between time series data
6161| ` time_series_uuid ` | TEXT | UUID of the time series data array |
6262| ` time_series_type ` | TEXT | Type name of the time series (e.g., "SingleTimeSeries", "Deterministic") |
6363| ` initial_timestamp ` | TEXT | ISO 8601 formatted initial timestamp |
64- | ` resolution ` | TEXT | ISO 8601 formatted time resolution |
64+ | ` resolution ` | TEXT | Resolution encoded as [ ISO 8601 duration ] ( https://en.wikipedia.org/wiki/ISO_8601#Durations ) |
6565| ` horizon ` | TEXT | ISO 8601 formatted forecast horizon (NULL for static time series) |
6666| ` interval ` | TEXT | ISO 8601 formatted forecast interval (NULL for static time series) |
6767| ` window_count ` | INTEGER | Number of forecast windows (NULL for static time series) |
You can’t perform that action at this time.
0 commit comments