endlessh/util/schema.sql

9 lines
135 B
MySQL
Raw Normal View History

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