-- Add migration script here CREATE TABLE IF NOT EXISTS keys ( id INTEGER PRIMARY KEY, key VARCHAR(32) );