paths_to_entries
9 rows where entry_id = 3286575
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
21558,3286575 | main/linux-64/protobuf-3.5.2-py37hf484d3e_1.conda 21558 | 3286575 3286575 |
21562,3286575 | main/linux-64/protobuf-3.6.0-py37hf484d3e_0.conda 21562 | 3286575 3286575 |
21565,3286575 | main/linux-64/protobuf-3.6.1-py37he6710b0_0.conda 21565 | 3286575 3286575 |
93628,3286575 | main/osx-64/protobuf-3.5.2-py37h0a44026_1.conda 93628 | 3286575 3286575 |
93632,3286575 | main/osx-64/protobuf-3.6.0-py37h0a44026_0.conda 93632 | 3286575 3286575 |
93635,3286575 | main/osx-64/protobuf-3.6.1-py37h0a44026_0.conda 93635 | 3286575 3286575 |
116248,3286575 | main/linux-32/protobuf-3.5.2-py37hf484d3e_1.conda 116248 | 3286575 3286575 |
116252,3286575 | main/linux-32/protobuf-3.6.0-py37hf484d3e_0.conda 116252 | 3286575 3286575 |
116255,3286575 | main/linux-32/protobuf-3.6.1-py37he6710b0_0.conda 116255 | 3286575 3286575 |
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);