app_tag

0 rows


Description

Tag table - this generic table will replace the old “tags” table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_tag_id_seq'::regclass)
app_tag_correlation.tagid Defined in XMLR
app_tag_instance.tagid Defined in XMLR
userid int8 19 null
app_user.id Defined in XMLR
tagcollid int8 19 null
app_tag_coll.id Defined in XMLR
name varchar 255 ''::character varying
rawname varchar 255 ''::character varying
isstandard int2 5 0
description text 2147483647 null
descriptionformat int2 5 0
flag int2 5 0
timemodified int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_tag_id_pk Primary key Asc id
app_tag_tag_ix Performance Asc tagcollid
app_tag_tagiss_ix Performance Asc/Asc tagcollid + isstandard
app_tag_tagnam_uix Must be unique Asc/Asc tagcollid + name
app_tag_use_ix Performance Asc userid

Relationships