home / defi

pool_watchlist

✎ View and edit SQL

This data as json

0 records

CREATE TABLE pool_watchlist (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            pair TEXT NOT NULL,
            blockchain TEXT NOT NULL,
            platform TEXT NOT NULL,
            apr_24h REAL,
            apr_7d REAL,
            apr_30d REAL,
            volume_24h_usd REAL,
            tvl_usd REAL,
            status TEXT DEFAULT 'surveiller',
            notes TEXT,
            added_date DATE NOT NULL
        );
Powered by Datasette · Queries took 9.641ms