home / media

video_category

7 rows where v_uid = "v_k4vj9"

This data as json, CSV (advanced)

Link v_uid c_uid
v_k4vj9,c_2aoww v_k4vj9 Sample Video c_2aoww
v_k4vj9,c_3s1t0 v_k4vj9 Big Tits c_3s1t0
v_k4vj9,c_5gkr4 v_k4vj9 Cherry Boy c_5gkr4
v_k4vj9,c_lyig0 v_k4vj9 MILF c_lyig0
v_k4vj9,c_rudby v_k4vj9 Stepfamily c_rudby
v_k4vj9,c_uagh4 v_k4vj9 Featured Actress c_uagh4
v_k4vj9,c_x9jyw v_k4vj9 Drama c_x9jyw

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