Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| profile_id | serial | 10 | √ | nextval('profiles_meta_profile_id_seq'::regclass) |
|
|
Unique identifier for the profile. Auto-incremented upon insertion. |
||||
| cell_type_id | int4 | 10 | null |
|
|
The type of battery the profile is for. References the cell_type_id in the cells_meta table. |
|||||
| text | 2147483647 | √ | null |
|
|
The person who created the profile. |
|||||
| date_created | date | 13 | √ | null |
|
|
The date the profile was created. |
||||
| profile_name | text | 2147483647 | √ | null |
|
|
The name of the profile. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| profiles_meta_pkey | Primary key | Asc | profile_id |

