home / media

video_maker

3 rows where m_uid = "m_2tqo0"

This data as json, CSV (advanced)

Link v_uid m_uid
v_9uwij,m_2tqo0 v_9uwij K-tribe m_2tqo0
v_c7m1p,m_2tqo0 v_c7m1p K-tribe m_2tqo0
v_zlbzd,m_2tqo0 v_zlbzd K-tribe m_2tqo0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE video_maker (
  v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  m_uid TEXT NOT NULL REFERENCES makers(uid) ON DELETE CASCADE,
  PRIMARY KEY (v_uid, m_uid)
);
CREATE INDEX idx_video_maker_m ON video_maker(m_uid);
Powered by Datasette · Queries took 2.218ms