home / defi

monthly_summaries

✎ View and edit SQL

This data as json

0 records

CREATE TABLE monthly_summaries (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            month TEXT NOT NULL UNIQUE,
            total_fees_usd REAL DEFAULT 0,
            total_fees_pct REAL DEFAULT 0,
            notes TEXT
        );
Powered by Datasette · Queries took 7.874ms