paths_to_entries
3 rows where entry_id = 3286505
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
21558,3286505 | main/linux-64/protobuf-3.5.2-py37hf484d3e_1.conda 21558 | 3286505 3286505 |
93628,3286505 | main/osx-64/protobuf-3.5.2-py37h0a44026_1.conda 93628 | 3286505 3286505 |
116248,3286505 | main/linux-32/protobuf-3.5.2-py37hf484d3e_1.conda 116248 | 3286505 3286505 |
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);