1 row where spot_id = 303

View and edit SQL

Link rowid ▼ spot_id publisher_id
303 303 None 525

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE publisher_configs (
	spot_id VARCHAR(10), 
	publisher_id INTEGER, 
	FOREIGN KEY(spot_id) REFERENCES spot_config (config_id), 
	FOREIGN KEY(publisher_id) REFERENCES publisher (id)
);