follow_topic

2 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('follow_topic_id_seq'::regclass)
status varchar 64 null
topic_id int8 19 null
topic.id follow_topic_topic_id_fkey R
user_id varchar 64 null
user.userid follow_topic_user_id_fkey R
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

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

Relationships