home / releases

lookup

Data license: ODbL

✎ View and edit SQL

This data as json

0 records

CREATE TABLE 'lookup' (
    album_url TEXT,
    track_url,
    PRIMARY KEY(album_url, track_url) ON CONFLICT IGNORE
  );
Powered by Datasette · Queries took 4.898ms · Data license: ODbL