video_category
11 rows where v_uid = "v_huahe"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_huahe,c_2aoww | v_huahe | Sample Video c_2aoww |
| v_huahe,c_3s1t0 | v_huahe | Big Tits c_3s1t0 |
| v_huahe,c_7ra7l | v_huahe | Beautiful Tits c_7ra7l |
| v_huahe,c_epmzg | v_huahe | BDSM c_epmzg |
| v_huahe,c_gv9yw | v_huahe | Ropes & Ties c_gv9yw |
| v_huahe,c_hqvm9 | v_huahe | Confinement c_hqvm9 |
| v_huahe,c_md9s7 | v_huahe | Embarrassment c_md9s7 |
| v_huahe,c_mta6q | v_huahe | Bondage c_mta6q |
| v_huahe,c_uswe2 | v_huahe | Shame c_uswe2 |
| v_huahe,c_wrja8 | v_huahe | M-jo c_wrja8 |
| v_huahe,c_zjovt | v_huahe | Genital Close-Up c_zjovt |
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);