home / vitre

routes

✎ View and edit SQL

This data as json

0 records

CREATE TABLE routes (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    geojson TEXT NOT NULL,
    date TEXT NOT NULL,
    label TEXT,
    color TEXT DEFAULT "#ef4444"
);
Powered by Datasette · Queries took 5.726ms