lnbits-legend/lnbits/extensions/example/schema.sql

8 lines
192 B
MySQL
Raw Normal View History

2020-02-19 23:02:57 +00:00
/* create your extensions table and the variables needed here */
2020-02-19 23:21:44 +00:00
CREATE TABLE IF NOT EXISTS example (
2020-02-19 23:02:57 +00:00
key INTEGER PRIMARY KEY AUTOINCREMENT,
usr TEXT,
wal TEXT,
walnme TEXT
);