video_category
6 rows where v_uid = "v_hkmrs"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_hkmrs,c_0951h | v_hkmrs | Hi-Def c_0951h |
| v_hkmrs,c_2usm9 | v_hkmrs | Threesome / Foursome c_2usm9 |
| v_hkmrs,c_3kwuh | v_hkmrs | Employee/Coworker c_3kwuh |
| v_hkmrs,c_ihjo9 | v_hkmrs | Orgy c_ihjo9 |
| v_hkmrs,c_l1paj | v_hkmrs | Office Lady c_l1paj |
| v_hkmrs,c_nouxx | v_hkmrs | Creampie c_nouxx |
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);