schedule_meta

-1 rows


Description

Stores high-level information about schedule files.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
schedule_id serial 10 nextval('schedules_meta_schedule_id_seq'::regclass)
validation_meta.schedule_id audit_validation_meta_schedule_id_fkey R
modules_test_meta.schedule_id modules_testdata_meta_schedule_id_fkey R
test_meta.schedule_id testdata_meta_schedule_id_fkey R

Unique identifier for the schedule file. Auto-incremented upon insertion.

schedule_name text 2147483647 null

The name of the schedule file used in cycler software.

test_type enum_test_type 2147483647 null

The type of test performed, e.g. ICT, Characterization, Baseline, Profile Testing.

cycler_make text 2147483647 null

The make of the cycler schedule is written for, e.g. Arbin or Maccor.

date_created date 13 null

Date schedule file was created. Not necessarily the date the test was ran.

created_by text 2147483647 null

The person who created the schedule file.

comments text 2147483647 null

Any comments regarding the schedule file.

cv_voltage_threshold_mv int4 10 null

The voltage threshold (in mV) used to determine when to switch from constant current to constant voltage during charge.

details jsonb 2147483647 null

Other details about the schedule file.

Indexes

Constraint Name Type Sort Column(s)
schedule_id Primary key Asc schedule_id
schedules_meta_file_name_key Must be unique Asc schedule_name

Relationships