home / media

video_category

5 rows where v_uid = "v_v7r1g"

This data as json, CSV (advanced)

Link v_uid c_uid
v_v7r1g,c_0951h v_v7r1g Hi-Def c_0951h
v_v7r1g,c_0j4bf v_v7r1g Amateur c_0j4bf
v_v7r1g,c_9e0rd v_v7r1g Documentary c_9e0rd
v_v7r1g,c_koktc v_v7r1g Huge Dick - Large Dick c_koktc
v_v7r1g,c_xi69m v_v7r1g Young Wife c_xi69m

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