-- Add migration script here CREATE TABLE IF NOT EXISTS cached_urls ( last_fetched INTEGER NOT NULL, url TEXT NOT NULL, body TEXT NOT NULL );