app_engage_rating

0 rows


Description

A table for storing ratings

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_engage_rating_id_seq'::regclass)
component varchar 255 ''::character varying
area varchar 255 null
instanceid int8 19 null
rating int8 19 null
userid int8 19 null
timecreated int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_engarati_id_pk Primary key Asc id
app_engarati_are_ix Performance Asc area
app_engarati_com_ix Performance Asc component
app_engarati_ins_ix Performance Asc instanceid
app_engarati_tim_ix Performance Asc timecreated

Diagram producer might be missing

No diagrams were produced please see application output for any errors