This commit is contained in:
JMARyA 2024-10-07 21:53:11 +02:00
parent 3eea2be3e8
commit 64e23cc4ab
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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,