home / media

video_category

27 rows where c_uid = "c_84j95"

This data as json, CSV (advanced)

Link v_uid c_uid
v_1u8o1,c_84j95 v_1u8o1 Other Fetishes c_84j95
v_36r6l,c_84j95 v_36r6l Other Fetishes c_84j95
v_3g3mv,c_84j95 v_3g3mv Other Fetishes c_84j95
v_4a8ez,c_84j95 v_4a8ez Other Fetishes c_84j95
v_4gj20,c_84j95 v_4gj20 Other Fetishes c_84j95
v_4xqhf,c_84j95 v_4xqhf Other Fetishes c_84j95
v_62q9s,c_84j95 v_62q9s Other Fetishes c_84j95
v_6m07e,c_84j95 v_6m07e Other Fetishes c_84j95
v_b92pp,c_84j95 v_b92pp Other Fetishes c_84j95
v_b9vqz,c_84j95 v_b9vqz Other Fetishes c_84j95
v_bqhd2,c_84j95 v_bqhd2 Other Fetishes c_84j95
v_h2swg,c_84j95 v_h2swg Other Fetishes c_84j95
v_imq2d,c_84j95 v_imq2d Other Fetishes c_84j95
v_j9jtx,c_84j95 v_j9jtx Other Fetishes c_84j95
v_m0fv6,c_84j95 v_m0fv6 Other Fetishes c_84j95
v_m12kv,c_84j95 v_m12kv Other Fetishes c_84j95
v_nt4cp,c_84j95 v_nt4cp Other Fetishes c_84j95
v_ntby9,c_84j95 v_ntby9 Other Fetishes c_84j95
v_oo55c,c_84j95 v_oo55c Other Fetishes c_84j95
v_pmi7n,c_84j95 v_pmi7n Other Fetishes c_84j95
v_qp7d6,c_84j95 v_qp7d6 Other Fetishes c_84j95
v_qwy79,c_84j95 v_qwy79 Other Fetishes c_84j95
v_rtaks,c_84j95 v_rtaks Other Fetishes c_84j95
v_skhxj,c_84j95 v_skhxj Other Fetishes c_84j95
v_smho9,c_84j95 v_smho9 Other Fetishes c_84j95
v_uclrv,c_84j95 v_uclrv Other Fetishes c_84j95
v_v4sij,c_84j95 v_v4sij Other Fetishes c_84j95

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