home / cross-seed

matches

✎ View and edit SQL

This data as json

0 records

CREATE TABLE matches (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  normalized_name TEXT UNIQUE,
  title TEXT,
  resolution TEXT,
  trackers TEXT,
  notified_at DATETIME DEFAULT CURRENT_TIMESTAMP
);
Powered by Datasette · Queries took 7.802ms