0 rows where gaia_spotsets = 11

View and edit SQL

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)
);