Create schema.sql
This commit is contained in:
@@ -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
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user