profiles_meta

-1 rows


Description

Stores information about charge profiles used in schedules.

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
cells_meta.cell_type_id profiles_meta_batterytype_id_fkey R

The type of battery the profile is for. References the cell_type_id in the cells_meta table.

author 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

Relationships