Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| potentiostats_type_id | serial | 10 | √ | nextval('potentiostats_meta_potentiostattype_id_seq'::regclass) |
|
|
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 |
