video_category
6 rows where v_uid = "v_jyxep"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_jyxep,c_0951h | v_jyxep | Hi-Def c_0951h |
| v_jyxep,c_85yr2 | v_jyxep | Blowjob c_85yr2 |
| v_jyxep,c_egmef | v_jyxep | Nurse c_egmef |
| v_jyxep,c_g1r8g | v_jyxep | Beautiful Girl c_g1r8g |
| v_jyxep,c_nouxx | v_jyxep | Creampie c_nouxx |
| v_jyxep,c_t70ll | v_jyxep | Slender c_t70ll |
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);