tags

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
created_at timestamp 26,3 CURRENT_TIMESTAMP
updated_at timestamp 26,3 null
id serial 10 nextval('tags_id_seq'::regclass)
chapter_tags.tag_id chapter_tags_tag_id_fkey C
event_tags.tag_id event_tags_tag_id_fkey C
venue_tags.tag_id venue_tags_tag_id_fkey C
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
tags_pkey Primary key Asc id
tags_name_key Must be unique Asc name

Relationships