home / vitre

drops

2 rows where troupe_id = 16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ troupe_id date paye montant note moyen_paiement statut
24 16 16 2026-03-18 1 80.0 9h00-12h00 (3h) Cash effectué
94 16 16 2026-04-23 1 0.0 Passage non effectué   reporté

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 5.508ms