video_category
9 rows where v_uid = "v_we8mv"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_we8mv,c_0951h | v_we8mv | Hi-Def c_0951h |
| v_we8mv,c_392vm | v_we8mv | 4K c_392vm |
| v_we8mv,c_3s1t0 | v_we8mv | Big Tits c_3s1t0 |
| v_we8mv,c_mpe9j | v_we8mv | Exclusive Distribution c_mpe9j |
| v_we8mv,c_nouxx | v_we8mv | Creampie c_nouxx |
| v_we8mv,c_qnxxi | v_we8mv | Mature Woman c_qnxxi |
| v_we8mv,c_s5lxs | v_we8mv | Married Woman c_s5lxs |
| v_we8mv,c_uagh4 | v_we8mv | Featured Actress c_uagh4 |
| v_we8mv,c_xz55o | v_we8mv | Glasses c_xz55o |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE video_category ( v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE, c_uid TEXT NOT NULL REFERENCES categories(uid) ON DELETE CASCADE, PRIMARY KEY (v_uid, c_uid) ); CREATE INDEX idx_video_category_c ON video_category(c_uid);