tag


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('tag_id_seq'::regclass)
action_tag.target_id action_tag_target_id_foreignR
article_tag.tag_id article_tag_tag_id_foreignR
tag_boost.tag_id tag_boost_tag_id_foreignR
content varchar 255 null
created_at timestamptz 35,6 CURRENT_TIMESTAMP
updated_at timestamptz 35,6 CURRENT_TIMESTAMP
remark text 2147483647 null
deleted bool 1 false
cover int8 19 null
description text 2147483647 null
editors _text 2147483647 null
creator int8 19 '81'::bigint

Indexes

Constraint Name Type Sort Column(s)
tag_pkey Primary key Asc id
tag_content_unique Must be unique Asc content

Relationships