Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hil_id | serial | 10 | √ | nextval('hil_meta_hil_id_seq'::regclass) |
|
|
Unique identifier for the HIL test. Auto-incremented upon insertion. |
||||||||||||||||
| launched_at | timestamptz | 35,6 | now() |
|
|
The date and time the HIL test was launched. |
|||||||||||||||||
| status | text | 2147483647 | √ | null |
|
|
The status of the HIL test. |
||||||||||||||||
| test_name | text | 2147483647 | √ | null |
|
|
The name of the HIL test. |
||||||||||||||||
| schedule_name | text | 2147483647 | √ | null |
|
|
The name of the schedule file used in cycler software. |
||||||||||||||||
| configs | jsonb | 2147483647 | √ | null |
|
|
The configuration files used in the test. |
||||||||||||||||
| other_details | jsonb | 2147483647 | √ | null |
|
|
Other details about the HIL test. |
||||||||||||||||
| user_id | text | 2147483647 | null |
|
|
The user who launched the HIL test. |
|||||||||||||||||
| cell_id | int4 | 10 | √ | null |
|
|
The cell used in the HIL test. References the cell_id in the cells table. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| hil_meta_pkey | Primary key | Asc | hil_id |


