8 rows where spotset = 19

View and edit SQL

id ▼ spot_config spotset is_internal
990 305 305 19 19 0
991 306 306 19 19 0
992 307 307 19 19 0
993 308 308 19 19 0
994 309 309 19 19 0
995 310 310 19 19 0
996 311 311 19 19 0
997 312 312 19 19 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE gaia_spotconfig_in_spotsets (
	id INTEGER NOT NULL, 
	spot_config INTEGER, 
	spotset INTEGER, 
	is_internal BOOLEAN, 
	PRIMARY KEY (id), 
	FOREIGN KEY(spot_config) REFERENCES spot_config (config_id), 
	FOREIGN KEY(spotset) REFERENCES gaia_spotsets (spotset_id)
);