video_category
7 rows where c_uid = "c_ifuno"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_4ev3s,c_ifuno | v_4ev3s | Foot Fetish c_ifuno |
| v_6mhlm,c_ifuno | v_6mhlm | Foot Fetish c_ifuno |
| v_7woqo,c_ifuno | v_7woqo | Foot Fetish c_ifuno |
| v_fqg11,c_ifuno | v_fqg11 | Foot Fetish c_ifuno |
| v_gmdf0,c_ifuno | v_gmdf0 | Foot Fetish c_ifuno |
| v_qc57m,c_ifuno | v_qc57m | Foot Fetish c_ifuno |
| v_tti2t,c_ifuno | v_tti2t | Foot Fetish c_ifuno |
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);