paths_to_entries
3 rows where entry_id = 4327605
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
25689,4327605 | main/linux-64/pytz-2018.5-py37_0.conda 25689 | 4327605 4327605 |
97608,4327605 | main/osx-64/pytz-2018.5-py37_0.conda 97608 | 4327605 4327605 |
117721,4327605 | main/linux-32/pytz-2018.5-py37_0.conda 117721 | 4327605 4327605 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE paths_to_entries ( path_id INTEGER NOT NULL, entry_id INTEGER NOT NULL, PRIMARY KEY (path_id, entry_id), FOREIGN KEY(path_id) REFERENCES paths (id), FOREIGN KEY(entry_id) REFERENCES paths_entries (id) ); CREATE INDEX ix_paths_to_entries_entry_id ON paths_to_entries (entry_id);