paths_to_entries
8 rows where entry_id = 4327646
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
25689,4327646 | main/linux-64/pytz-2018.5-py37_0.conda 25689 | 4327646 4327646 |
25692,4327646 | main/linux-64/pytz-2018.7-py37_0.conda 25692 | 4327646 4327646 |
25695,4327646 | main/linux-64/pytz-2018.9-py37_0.conda 25695 | 4327646 4327646 |
97608,4327646 | main/osx-64/pytz-2018.5-py37_0.conda 97608 | 4327646 4327646 |
97611,4327646 | main/osx-64/pytz-2018.7-py37_0.conda 97611 | 4327646 4327646 |
97614,4327646 | main/osx-64/pytz-2018.9-py37_0.conda 97614 | 4327646 4327646 |
117721,4327646 | main/linux-32/pytz-2018.5-py37_0.conda 117721 | 4327646 4327646 |
117724,4327646 | main/linux-32/pytz-2018.7-py37_0.conda 117724 | 4327646 4327646 |
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);