home / media

video_gallery

0 rows where v_uid = "v_1k1la"

This data as json

0 records

CREATE TABLE video_gallery (
  v_uid    TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  position INTEGER NOT NULL,
  fullUrl  TEXT,
  thumbUrl TEXT,
  PRIMARY KEY (v_uid, position)
);
Powered by Datasette · Queries took 2.363ms