Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| module_id | serial | 10 | √ | nextval('modules_module_id_seq'::regclass) |
|
|
Unique identifier for the module instance. Auto-incremented upon insertion. |
||||
| module_type_id | int4 | 10 | null |
|
|
Refers to the make of the module defined in modules_meta table. |
|||||
| manufacturer_sn | text | 2147483647 | √ | null |
|
|
Serial number of the module from the manufacturer. |
||||
| batch_number | text | 2147483647 | √ | null |
|
|
The manufacturing batch number for the cell (if available). |
||||
| label | text | 2147483647 | √ | null |
|
|
Label of the module. |
||||
| date_received | date | 13 | √ | null |
|
|
Date the module was received by lab. |
||||
| data_manufactured | date | 13 | √ | null |
|
|
Date the module was created by the manufacturer. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| modules_pkey | Primary key | Asc | module_id |

