home / public

report_technologies

0 rows where report_id = "6908c41a-3b4b-4443-8a9a-9a9f69b541b2"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 25.095ms