video_category
5 rows where v_uid = "v_4x4vs"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_4x4vs,c_0951h | v_4x4vs | Hi-Def c_0951h |
| v_4x4vs,c_3s1t0 | v_4x4vs | Big Tits c_3s1t0 |
| v_4x4vs,c_a399n | v_4x4vs | Slut c_a399n |
| v_4x4vs,c_kf3ks | v_4x4vs | Pantyhose c_kf3ks |
| v_4x4vs,c_l1paj | v_4x4vs | Office Lady c_l1paj |
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);