video_category
7 rows where v_uid = "v_i35bc"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_i35bc,c_0951h | v_i35bc | Hi-Def c_0951h |
| v_i35bc,c_34i8d | v_i35bc | Cheating Wife c_34i8d |
| v_i35bc,c_85yr2 | v_i35bc | Blowjob c_85yr2 |
| v_i35bc,c_kf3ks | v_i35bc | Pantyhose c_kf3ks |
| v_i35bc,c_mpe9j | v_i35bc | Exclusive Distribution c_mpe9j |
| v_i35bc,c_t70ll | v_i35bc | Slender c_t70ll |
| v_i35bc,c_uagh4 | v_i35bc | Featured Actress c_uagh4 |
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);