video_category
7 rows where v_uid = "v_36r6l"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_36r6l,c_0951h | v_36r6l | Hi-Def c_0951h |
| v_36r6l,c_0s9ra | v_36r6l | Fisting c_0s9ra |
| v_36r6l,c_84j95 | v_36r6l | Other Fetishes c_84j95 |
| v_36r6l,c_epmzg | v_36r6l | BDSM c_epmzg |
| v_36r6l,c_mpe9j | v_36r6l | Exclusive Distribution c_mpe9j |
| v_36r6l,c_tj8mh | v_36r6l | Anal Play c_tj8mh |
| v_36r6l,c_uagh4 | v_36r6l | 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);