Tree @
master
(
Download .tar.gz
)
..
app.py
schema.sql
schema.sql
@
master
—
raw
·
history
·
blame
1
CREATE
TABLE
Urls
(
addDate
DATE
,
url
TEXT
,
title
TEXT
);