modules

-1 rows


Description

Stores information for module instances.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
module_id serial 10 nextval('modules_module_id_seq'::regclass)
modules_test_meta.module_id modules_testdata_meta_module_id_fkey R

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

module_type_id int4 10 null
modules_meta.moduletype_id modules_moduletype_id_fkey R

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

Relationships