video_category
8 rows where v_uid = "v_zxzun"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_zxzun,c_0951h | v_zxzun | Hi-Def c_0951h |
| v_zxzun,c_2usm9 | v_zxzun | Threesome / Foursome c_2usm9 |
| v_zxzun,c_392vm | v_zxzun | 4K c_392vm |
| v_zxzun,c_re57z | v_zxzun | BUKKAKE c_re57z |
| v_zxzun,c_t70ll | v_zxzun | Slender c_t70ll |
| v_zxzun,c_uagh4 | v_zxzun | Featured Actress c_uagh4 |
| v_zxzun,c_x9jyw | v_zxzun | Drama c_x9jyw |
| v_zxzun,c_xg9bu | v_zxzun | Facial c_xg9bu |
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);