video_watch

556328 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('video_watch_id_seq'::regclass)
source varchar 32 null
watched_time_ms int4 10 null
total_time_ms int4 10 null
user_id varchar 64 null
user.userid video_watch_user_id_fkey R
video_id varchar 32 null
video.pub_id video_watch_video_id_fkey R
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
video_watch_pkey Primary key Asc id
video_watch_video_id_idx Performance Asc video_id

Relationships