paths_to_entries
10 rows where entry_id = 6228176
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
30933,6228176 | main/linux-64/theano-1.0.4-py38hfd86e86_0.conda 30933 | 6228176 6228176 |
30936,6228176 | main/linux-64/theano-1.0.5-py38h295c915_1.conda 30936 | 6228176 6228176 |
71970,6228176 | main/osx-arm64/theano-1.0.5-py38hc377ac9_0.conda 71970 | 6228176 6228176 |
71971,6228176 | main/osx-arm64/theano-1.0.5-py38hc377ac9_1.conda 71971 | 6228176 6228176 |
102221,6228176 | main/osx-64/theano-1.0.4-py38h04f5b5a_0.conda 102221 | 6228176 6228176 |
102224,6228176 | main/osx-64/theano-1.0.5-py38he9d5cce_1.conda 102224 | 6228176 6228176 |
130632,6228176 | main/linux-aarch64/theano-1.0.4-py38h59a28a9_0.conda 130632 | 6228176 6228176 |
130636,6228176 | main/linux-aarch64/theano-1.0.5-py38h22f4aa5_0.conda 130636 | 6228176 6228176 |
130637,6228176 | main/linux-aarch64/theano-1.0.5-py38h22f4aa5_1.conda 130637 | 6228176 6228176 |
146762,6228176 | main/linux-ppc64le/theano-1.0.5-py38h29c3540_1.conda 146762 | 6228176 6228176 |
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);