From fa432e1f5bde69310bee77f0ce3c4033a0bb12a2 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 17 Feb 2024 11:33:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BA=D0=BE=D0=BB=D0=BE=D0=BD=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/schema.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/schema.sql b/data/schema.sql index 7242478..22b7dd2 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -1,5 +1,6 @@ CREATE TABLE currency( - code TEXT NOT NULL, - course FLOAT NOT NULL, - date INTEGER NOT NULL + from_currency TEXT NOT NULL, + conv_currency TEXT NOT NULL, + rate FLOAT NOT NULL, + date TEXT NOT NULL ); \ No newline at end of file