home / vitre

drops

2 rows where troupe_id = 9

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ troupe_id date paye montant note moyen_paiement statut
19 9 9 2026-03-17 1 25.0 1h30 — faire à fond la grande vitre le mois prochain Cash effectué
84 9 9 2026-04-17 0 25.0     effectué

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "drops" (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            troupe_id INTEGER NOT NULL,
            date TEXT NOT NULL,
            paye INTEGER DEFAULT 0,
            montant REAL,
            note TEXT, moyen_paiement TEXT, statut TEXT DEFAULT 'effectué',
            FOREIGN KEY (troupe_id) REFERENCES "troupes"(id)
        );
Powered by Datasette · Queries took 17.431ms