Browse Source

Create schema.sql

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
b4cad9e6cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      lnbits/extensions/example/schema.sql

7
lnbits/extensions/example/schema.sql

@ -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…
Cancel
Save