home / vitre

passages

0 rows where client_id = 26

✎ View and edit SQL

This data as json

0 records

CREATE TABLE passages (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            client_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 (client_id) REFERENCES clients(id)
        );
Powered by Datasette · Queries took 8.535ms