topic

678 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('topic_id_seq'::regclass)
follow_topic.topic_id follow_topic_topic_id_fkey R
customer_id varchar 8 null
customer.id topic_customer_id_fkey R
topic_name varchar 1024 null
no_of_posts int8 19 null
no_of_followers int8 19 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
group_ids _varchar 2147483647 null

Indexes

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

Relationships