home / media

video_category

8 rows where v_uid = "v_foth6"

This data as json, CSV (advanced)

Link v_uid c_uid
v_foth6,c_0951h v_foth6 Hi-Def c_0951h
v_foth6,c_3s1t0 v_foth6 Big Tits c_3s1t0
v_foth6,c_a399n v_foth6 Slut c_a399n
v_foth6,c_mpe9j v_foth6 Exclusive Distribution c_mpe9j
v_foth6,c_nv1gt v_foth6 Gal c_nv1gt
v_foth6,c_qhkw2 v_foth6 Chubby c_qhkw2
v_foth6,c_s8q54 v_foth6 Academy Uniform c_s8q54
v_foth6,c_uagh4 v_foth6 Featured Actress c_uagh4

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