internet_mapper/src/setup.surql

3 lines
122 B
Plaintext
Raw Normal View History

2024-11-13 04:03:58 +00:00
DEFINE TABLE IF NOT EXISTS website SCHEMALESS;
DEFINE FIELD IF NOT EXISTS accessed_at ON TABLE website VALUE time::now();