Create schema.sql
This commit is contained in:
parent
44c6dc0c01
commit
b4cad9e6cd
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue