internet_mapper/src/setup.surql
2024-11-12 21:03:58 -07:00

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();