mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Create schema.sql
This commit is contained in:
parent
44c6dc0c01
commit
b4cad9e6cd
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
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user