potentiostats_meta

-1 rows


Description

Stores information about type of potentiostat.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
potentiostats_type_id serial 10 nextval('potentiostats_meta_potentiostattype_id_seq'::regclass)
potentiostats.potentiostattype_id potentiostats_to_potentiostats_meta_fk R

Unique identifier for potentiostat type. Auto-incremented upon insertion.

manufacturer text 2147483647 null

The manufacturer of the potentiostat.

model text 2147483647 null

The model of the potentiostat.

datasheet text 2147483647 null

Datasheet for the potentiostat.

Indexes

Constraint Name Type Sort Column(s)
potentiostats_meta_pkey Primary key Asc potentiostats_type_id

Relationships