fonds
1 row
This data as json, CSV (advanced)
Suggested facets: date (date)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fonds (
id INTEGER PRIMARY KEY AUTOINCREMENT,
date TEXT NOT NULL,
montant REAL NOT NULL,
type TEXT NOT NULL,
note TEXT,
active INTEGER DEFAULT 1
);