follow

2382 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('follow_id_seq'::regclass)
is_active bool 1 null
influencer_id varchar 64 null
user.userid follow_influencer_id_fkey R
user_id varchar 64 null
user.userid follow_user_id_fkey R
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
follow_pkey Primary key Asc id
follow_user_id_influencer_id_key Must be unique Asc/Asc user_id + influencer_id

Relationships