home / media

video_category

6 rows where v_uid = "v_ms04u"

This data as json, CSV (advanced)

Link v_uid c_uid
v_ms04u,c_0951h v_ms04u Hi-Def c_0951h
v_ms04u,c_3s1t0 v_ms04u Big Tits c_3s1t0
v_ms04u,c_7ra7l v_ms04u Beautiful Tits c_7ra7l
v_ms04u,c_98rqh v_ms04u Cowgirl c_98rqh
v_ms04u,c_uagh4 v_ms04u Featured Actress c_uagh4
v_ms04u,c_uhc9y v_ms04u Nymphomaniac c_uhc9y

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