potentiostats

-1 rows


Description

Stores information about potentiostat instance.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
potentiostat_id serial 10 nextval('potentiostats_potentiostat_id_seq'::regclass)

Unique identifier for the potentiostat instance. Auto-incremented upon insertion.

potentiostattype_id int4 10 null
potentiostats_meta.potentiostats_type_id potentiostats_to_potentiostats_meta_fk R

Refers to the make of the potentiostat defined in potentiostats_meta table.

sn text 2147483647 null

The serial number of the potentiostat.

calibration_date date 13 null

The date the potentiostat was last calibrated.

calibration_due_date date 13 null

The date the potentiostat is due to be calibrated.

Indexes

Constraint Name Type Sort Column(s)
potentiostats_pkey Primary key Asc potentiostat_id

Relationships