home / media

video_category

7 rows where c_uid = "c_rqhrf"

This data as json, CSV (advanced)

Link v_uid c_uid
v_1ymay,c_rqhrf v_1ymay Lesbian c_rqhrf
v_pzu3c,c_rqhrf v_pzu3c Lesbian c_rqhrf
v_qo1q6,c_rqhrf v_qo1q6 Lesbian c_rqhrf
v_qwy79,c_rqhrf v_qwy79 Lesbian c_rqhrf
v_sgceb,c_rqhrf v_sgceb Lesbian c_rqhrf
v_smho9,c_rqhrf v_smho9 Lesbian c_rqhrf
v_vihyn,c_rqhrf v_vihyn Lesbian c_rqhrf

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 3.486ms