home / media

video_maker

2 rows where m_uid = "m_6gc3g"

This data as json, CSV (advanced)

Link v_uid m_uid
v_4mtz4,m_6gc3g v_4mtz4 Red m_6gc3g
v_i73ur,m_6gc3g v_i73ur Red m_6gc3g

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