home / prices

product_market

0 rows where market_id = 35

✎ View and edit SQL

This data as json

0 records

CREATE TABLE product_market (
  id INTEGER PRIMARY KEY,
  product_id INTEGER NOT NULL REFERENCES product(id),
  market_id INTEGER NOT NULL REFERENCES market(id),
  url TEXT NOT NULL,
  UNIQUE(product_id, market_id)
);
Powered by Datasette · Queries took 9.398ms