internet_mapper/schema.surql

3 lines
98 B
Plaintext
Raw Permalink Normal View History

2024-11-13 00:49:45 +00:00
DEFINE TABLE website SCHEMALESS;
2024-10-07 17:14:56 +00:00
DEFINE FIELD accessed_at ON TABLE website VALUE time::now();