DEFINE TABLE IF NOT EXISTS website SCHEMALESS; DEFINE FIELD IF NOT EXISTS accessed_at ON TABLE website VALUE time::now();