module_profile

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('module_profile_id_seq'::regclass)
module_profile_pkg.profile_id profile_idR
stream_id int4 10 null
module_stream.id stream_idR
profile_name varchar 16 null
is_default bool 1 null

Indexes

Constraint Name Type Sort Column(s)
module_profile_pkey Primary key Asc id
module_profile_stream_uq Must be unique Asc/Asc stream_id + profile_name

Relationships