internet_mapper/schema.surql

3 lines
98 B
Plaintext

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