3 lines
122 B
Plaintext
3 lines
122 B
Plaintext
DEFINE TABLE IF NOT EXISTS website SCHEMALESS;
|
|
DEFINE FIELD IF NOT EXISTS accessed_at ON TABLE website VALUE time::now();
|