We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f159ada commit 6a7286dCopy full SHA for 6a7286d
chart/database/schemas/data.sql
@@ -1,7 +1,7 @@
1
CREATE TABLE if not exists currency(
2
from_currency TEXT NOT NULL,
3
conv_currency TEXT NOT NULL,
4
- rate FLOAT NOT NULL,
+ rate NUMERIC(30) NOT NULL,
5
date DATE NOT NULL
6
);
7
shared/database/data/schema.sql
CREATE TABLE IF NOT EXISTS currency(
0 commit comments