1
0
mirror of https://github.com/skeeto/endlessh.git synced 2024-05-19 06:49:58 +00:00
skeeto-endlessh/util/schema.sql

9 lines
135 B
MySQL
Raw Normal View History

2019-02-06 15:18:09 -05:00
CREATE TABLE IF NOT EXISTS log (
host TEXT,
port INTEGER,
time REAL,
bytes INTEGER
);
.mode csv
.import /dev/stdin log