mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 13:04:23 +02:00
Update schema.sql
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
/* create your extensions table and the variables needed here */
|
CREATE TABLE IF NOT EXISTS tposs (
|
||||||
CREATE TABLE IF NOT EXISTS tpos (
|
id TEXT PRIMARY KEY,
|
||||||
key INTEGER PRIMARY KEY AUTOINCREMENT,
|
wallet TEXT NOT NULL,
|
||||||
nme TEXT,
|
name TEXT NOT NULL,
|
||||||
uni TEXT,
|
currency TEXT NOT NULL
|
||||||
usr TEXT,
|
|
||||||
invkey TEXT,
|
|
||||||
cur TEXT
|
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user