home / OOH_DigitalSpots_2025_1

publisher_spotsets

0 rows where publisher_id = 831

✎ View and edit SQL

This data as json, copyable

0 records

CREATE TABLE publisher_spotsets (
	gaia_spotsets VARCHAR(10), 
	publisher_id INTEGER, 
	FOREIGN KEY(gaia_spotsets) REFERENCES gaia_spotsets (spotset_id), 
	FOREIGN KEY(publisher_id) REFERENCES publisher (id)
);
Powered by Datasette · Queries took 7.106ms