lnbits-legend/lnbits/extensions/example/schema.sql
2020-02-19 23:21:44 +00:00

7 lines
192 B
SQL

/* create your extensions table and the variables needed here */
CREATE TABLE IF NOT EXISTS example (
key INTEGER PRIMARY KEY AUTOINCREMENT,
usr TEXT,
wal TEXT,
walnme TEXT
);