fix
This commit is contained in:
parent
3eea2be3e8
commit
64e23cc4ab
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ CREATE TABLE transactions (
|
|||
created timestamptz NOT NULL DEFAULT current_timestamp,
|
||||
item TEXT NOT NULL,
|
||||
variant TEXT NOT NULL,
|
||||
price NUMERIC(2),
|
||||
price DOUBLE PRECISION,
|
||||
origin TEXT,
|
||||
"location" TEXT,
|
||||
note TEXT,
|
||||
|
|
Loading…
Reference in a new issue