sources
Data license: CC0 · Data source: github.com/rikker/video8
- id
- ID
- release_id
- Release
- source_type
- Source Type
- url
- URL
- catalog_id
- Catalog
- catalog_locator
- Locator
- notes
- Notes
0 rows where release_id = 489
This data as json
source_type 0
0 records
CREATE TABLE sources (
id INTEGER PRIMARY KEY,
release_id INTEGER REFERENCES releases(id),
source_type TEXT,
url TEXT,
catalog_id INTEGER REFERENCES catalogs(id),
catalog_locator TEXT,
notes TEXT
);