mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
добавлена схема для бд
This commit is contained in:
parent
84a0c0502f
commit
868be0f39d
1 changed files with 5 additions and 0 deletions
5
data/schema.sql
Normal file
5
data/schema.sql
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
CREATE TABLE currency(
|
||||||
|
code TEXT NOT NULL,
|
||||||
|
course FLOAT NOT NULL,
|
||||||
|
date INTEGER NOT NULL
|
||||||
|
);
|
Loading…
Add table
Reference in a new issue