home / vitre

drops

2 rows where troupe_id = 77

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ troupe_id date paye montant note moyen_paiement statut
36 77 77 2026-03-23 1 75.0 Passage 16h-18h, durée ~2h   effectué
85 77 77 2026-04-24 1 140.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 6.621ms