home / media

video_category

8 rows where v_uid = "v_o9j94"

This data as json, CSV (advanced)

Link v_uid c_uid
v_o9j94,c_0951h v_o9j94 Hi-Def c_0951h
v_o9j94,c_0j4bf v_o9j94 Amateur c_0j4bf
v_o9j94,c_0tc2g v_o9j94 Variety c_0tc2g
v_o9j94,c_392vm v_o9j94 4K c_392vm
v_o9j94,c_g1r8g v_o9j94 Beautiful Girl c_g1r8g
v_o9j94,c_mpe9j v_o9j94 Exclusive Distribution c_mpe9j
v_o9j94,c_nouxx v_o9j94 Creampie c_nouxx
v_o9j94,c_qb12l v_o9j94 Club Manager c_qb12l

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 2.194ms