Files
lnbits/lnbits/extensions/example/schema.sql
T
2020-02-19 23:02:57 +00:00

8 lines
191 B
SQL

/* 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
);