home / media

video_category

22 rows where c_uid = "c_ab63p"

This data as json, CSV (advanced)

Link v_uid c_uid
v_0ovdq,c_ab63p v_0ovdq Sexy c_ab63p
v_41cba,c_ab63p v_41cba Sexy c_ab63p
v_445rf,c_ab63p v_445rf Sexy c_ab63p
v_5hom6,c_ab63p v_5hom6 Sexy c_ab63p
v_7flne,c_ab63p v_7flne Sexy c_ab63p
v_a4tw6,c_ab63p v_a4tw6 Sexy c_ab63p
v_bwjvs,c_ab63p v_bwjvs Sexy c_ab63p
v_ci82d,c_ab63p v_ci82d Sexy c_ab63p
v_e6mxo,c_ab63p v_e6mxo Sexy c_ab63p
v_fwfrk,c_ab63p v_fwfrk Sexy c_ab63p
v_ivy50,c_ab63p v_ivy50 Sexy c_ab63p
v_ja25x,c_ab63p v_ja25x Sexy c_ab63p
v_jozhe,c_ab63p v_jozhe Sexy c_ab63p
v_lwf9b,c_ab63p v_lwf9b Sexy c_ab63p
v_p8yhg,c_ab63p v_p8yhg Sexy c_ab63p
v_psl1j,c_ab63p v_psl1j Sexy c_ab63p
v_q5rh9,c_ab63p v_q5rh9 Sexy c_ab63p
v_qmhog,c_ab63p v_qmhog Sexy c_ab63p
v_txqwc,c_ab63p v_txqwc Sexy c_ab63p
v_w7kts,c_ab63p v_w7kts Sexy c_ab63p
v_wivk4,c_ab63p v_wivk4 Sexy c_ab63p
v_ynhnm,c_ab63p v_ynhnm Sexy c_ab63p

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