home / metayaml

Menu
  • GraphQL API

repodata_packages

Table actions
  • GraphQL API for repodata_packages

✎ View and edit SQL

This data as json

0 records

CREATE TABLE repodata_packages (
	repodata_id INTEGER NOT NULL, 
	package TEXT NOT NULL, 
	index_json JSON NOT NULL, 
	timestamp TIMESTAMP DEFAULT (CURRENT_TIMESTAMP), 
	PRIMARY KEY (repodata_id, package), 
	FOREIGN KEY(repodata_id) REFERENCES repodata (id)
);
Powered by Datasette · Queries took 10.461ms