spotset_medias
2 rows where media_id = "FC_E_000"
This data as json, copyable, CSV (advanced)
| Link | spotset_id | media_id |
|---|---|---|
| 25,FC_E_000 | Ströer (6) 25 | Public Video Station Brandenburg FC_E_000 |
| 56,FC_E_000 | Ströer (13) 56 | Public Video Station Brandenburg FC_E_000 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE spotset_medias ( spotset_id INTEGER NOT NULL, media_id VARCHAR(8) NOT NULL, PRIMARY KEY (spotset_id, media_id), FOREIGN KEY(spotset_id) REFERENCES spotset (id), FOREIGN KEY(media_id) REFERENCES media (id) );