home / media

video_category

15 rows where c_uid = "c_jvx86"

This data as json, CSV (advanced)

Link v_uid c_uid
v_3eg23,c_jvx86 v_3eg23 Massage Parlor c_jvx86
v_9p24d,c_jvx86 v_9p24d Massage Parlor c_jvx86
v_aiqst,c_jvx86 v_aiqst Massage Parlor c_jvx86
v_awjmz,c_jvx86 v_awjmz Massage Parlor c_jvx86
v_b63jk,c_jvx86 v_b63jk Massage Parlor c_jvx86
v_dq2mb,c_jvx86 v_dq2mb Massage Parlor c_jvx86
v_fllaz,c_jvx86 v_fllaz Massage Parlor c_jvx86
v_igl7p,c_jvx86 v_igl7p Massage Parlor c_jvx86
v_q2sxj,c_jvx86 v_q2sxj Massage Parlor c_jvx86
v_t2rvg,c_jvx86 v_t2rvg Massage Parlor c_jvx86
v_v4vjd,c_jvx86 v_v4vjd Massage Parlor c_jvx86
v_vq895,c_jvx86 v_vq895 Massage Parlor c_jvx86
v_wrj5z,c_jvx86 v_wrj5z Massage Parlor c_jvx86
v_xp55i,c_jvx86 v_xp55i Massage Parlor c_jvx86
v_ynifx,c_jvx86 v_ynifx Massage Parlor c_jvx86

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.014ms