mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-18 19:41:11 +02:00
Create schema.sql
This commit is contained in:
7
lnbits/extensions/example/schema.sql
Normal file
7
lnbits/extensions/example/schema.sql
Normal 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
|
||||
);
|
Reference in New Issue
Block a user