video_category
7 rows where v_uid = "v_qwy79"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_qwy79,c_84j95 | v_qwy79 | Other Fetishes c_84j95 |
| v_qwy79,c_92o2e | v_qwy79 | Daydreamers c_92o2e |
| v_qwy79,c_9ko9l | v_qwy79 | Lesbian Kissing c_9ko9l |
| v_qwy79,c_ddrgh | v_qwy79 | Kiss Kiss c_ddrgh |
| v_qwy79,c_mpe9j | v_qwy79 | Exclusive Distribution c_mpe9j |
| v_qwy79,c_rqhrf | v_qwy79 | Lesbian c_rqhrf |
| v_qwy79,c_v04xb | v_qwy79 | Older Sister c_v04xb |
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);