Tree @
master
(
Download .tar.gz
)
..
app.py
schema.sql
schema.sql
@
master
—
raw
·
history
·
blame
1
CREATE
TABLE
Envelopes
(
name
TEXT
,
val
INT
,
total
INT
,
ord
REAL
);