paths_to_entries
3 rows where entry_id = 4996976
This data as json, CSV (advanced)
Link | path_id | entry_id |
---|---|---|
28726,4996976 | main/linux-64/spacy-2.0.10-py36h637b7d7_0.conda 28726 | 4996976 4996976 |
100477,4996976 | main/osx-64/spacy-2.0.10-py36h1702cab_0.conda 100477 | 4996976 4996976 |
118725,4996976 | main/linux-32/spacy-2.0.10-py36h637b7d7_0.conda 118725 | 4996976 4996976 |
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);