Create schema.sql

This commit is contained in:
Arc 2020-02-19 23:02:57 +00:00 committed by GitHub
parent 44c6dc0c01
commit b4cad9e6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
/* create your extensions table and the variables needed here */
CREATE TABLE IF NOT EXISTS events (
key INTEGER PRIMARY KEY AUTOINCREMENT,
usr TEXT,
wal TEXT,
walnme TEXT
);