video_category
5 rows where v_uid = "v_xtco9"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_xtco9,c_0951h | v_xtco9 | Hi-Def c_0951h |
| v_xtco9,c_3s1t0 | v_xtco9 | Big Tits c_3s1t0 |
| v_xtco9,c_85yr2 | v_xtco9 | Blowjob c_85yr2 |
| v_xtco9,c_nv1gt | v_xtco9 | Gal c_nv1gt |
| v_xtco9,c_u9bsi | v_xtco9 | Gonzo c_u9bsi |
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);