modules_test_meta

-1 rows


Description

Stores high-level information about tests performed using modules.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
module_test_id serial 10 nextval('modules_testdata_meta_module_test_id_seq'::regclass)
modules_test_data.module_test_id modules_testdata_modules_module_test_id_fkey R
modules_test_data_cycle_stats.module_test_id modules_cyclestats_modules_module_test_id_fkey R

Unique identifier for the module test. Auto-incremented upon insertion.

module_id int4 10 null
modules.module_id modules_testdata_meta_module_id_fkey R

The specific module being tested. References the module_id in the modules table.

schedule_id int4 10 null
schedule_meta.schedule_id modules_testdata_meta_schedule_id_fkey R

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
projects.project_id modules_testdata_meta_project_id_fkey R

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

Relationships