paths_to_entries
7 rows where entry_id = 6230502
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
30937,6230502 | main/linux-64/theano-1.0.5-py39h295c915_1.conda 30937 | 6230502 6230502 |
71972,6230502 | main/osx-arm64/theano-1.0.5-py39hc377ac9_0.conda 71972 | 6230502 6230502 |
71973,6230502 | main/osx-arm64/theano-1.0.5-py39hc377ac9_1.conda 71973 | 6230502 6230502 |
102225,6230502 | main/osx-64/theano-1.0.5-py39he9d5cce_1.conda 102225 | 6230502 6230502 |
130638,6230502 | main/linux-aarch64/theano-1.0.5-py39h22f4aa5_0.conda 130638 | 6230502 6230502 |
130639,6230502 | main/linux-aarch64/theano-1.0.5-py39h22f4aa5_1.conda 130639 | 6230502 6230502 |
146763,6230502 | main/linux-ppc64le/theano-1.0.5-py39h29c3540_1.conda 146763 | 6230502 6230502 |
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);