video_category
8 rows where v_uid = "v_59hea"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_59hea,c_0951h | v_59hea | Hi-Def c_0951h |
| v_59hea,c_34i8d | v_59hea | Cheating Wife c_34i8d |
| v_59hea,c_4otjx | v_59hea | Voyeur c_4otjx |
| v_59hea,c_92o2e | v_59hea | Daydreamers c_92o2e |
| v_59hea,c_koktc | v_59hea | Huge Dick - Large Dick c_koktc |
| v_59hea,c_mpe9j | v_59hea | Exclusive Distribution c_mpe9j |
| v_59hea,c_t70ll | v_59hea | Slender c_t70ll |
| v_59hea,c_uagh4 | v_59hea | 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);