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 |
|
|
||||||
| video_id | varchar | 32 | null |
|
|
||||||
| 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 |