home / defi

weekly_decisions

✎ View and edit SQL

This data as json

0 records

CREATE TABLE weekly_decisions (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            week_start DATE NOT NULL,
            description TEXT NOT NULL,
            reason TEXT,
            good_timing INTEGER DEFAULT 2
        );
Powered by Datasette · Queries took 4.938ms