responsibility_set_comment


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('responsibility_set_comment_id_seq'::regclass)
responsibility_set int4 10 null
responsibility_set.id responsibility_set_comment_responsibility_set_fkey R
comment text 2147483647 null
added_by text 2147483647 null
app_user.username responsibility_set_comment_added_by_fkey R
added_on timestamp 29 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
responsibility_set_comment_pkey Primary key Asc id

Relationships