Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| module_test_id | serial | 10 | √ | nextval('modules_testdata_meta_module_test_id_seq'::regclass) |
|
|
Unique identifier for the module test. Auto-incremented upon insertion. |
|||||||
| module_id | int4 | 10 | null |
|
|
The specific module being tested. References the module_id in the modules table. |
||||||||
| schedule_id | int4 | 10 | null |
|
|
The schedule file used for the test. References the schedule_id in the schedule_meta table. |
||||||||
| test_name | text | 2147483647 | null |
|
|
The name of the specific test used in cycler software. Typically BG_Customer_CellType_TestType_CellLabel_Take#. |
||||||||
| start_date | date | 13 | √ | null |
|
|
The date the test was started. |
|||||||
| end_date | date | 13 | √ | null |
|
|
The date the test finished. |
|||||||
| channel | int4 | 10 | √ | null |
|
|
The cycler channel the test was ran on. |
|||||||
| column_decoder | hstore | 2147483647 | √ | null |
|
|
The column decoder used for the test. |
|||||||
| project_id | int4 | 10 | √ | null |
|
|
The project the test is associated with. References the project_id in the projects table. |
|||||||
| temp_sensor_meta | _text | 2147483647 | √ | null |
|
|
The temperature sensor meta data used for the test. |
|||||||
| cycler_id | _int4 | 10 | √ | null |
|
|
The cycler the test was ran on. References the cycler_id in the cyclers table. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| modules_testdata_meta_pkey | Primary key | Asc | module_test_id |

