spotset_weekdays
1 row where spotset_id = 19
This data as json, copyable, CSV (advanced)
| Link | spotset_id | weekdays_id |
|---|---|---|
| 19,4 | Ströer (1) 19 | Ø Woche gesamt Mo-Fr 4 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE spotset_weekdays ( spotset_id INTEGER NOT NULL, weekdays_id INTEGER NOT NULL, PRIMARY KEY (spotset_id, weekdays_id), FOREIGN KEY(spotset_id) REFERENCES spotset (id), FOREIGN KEY(weekdays_id) REFERENCES weekday (id) );