1 row where spot_id = 176

View and edit SQL

Link rowid ▼ spot_id wave_id
176 176 1 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE wave_configs (
	spot_id VARCHAR(10), 
	wave_id INTEGER, 
	FOREIGN KEY(spot_id) REFERENCES spot_config (config_id), 
	FOREIGN KEY(wave_id) REFERENCES wave (id)
);