mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Перенес файлы в общую папку
This commit is contained in:
parent
b9a45b69b4
commit
7c835e145a
14 changed files with 7 additions and 9 deletions
6
shared/database/data/schema.sql
Normal file
6
shared/database/data/schema.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE currency(
|
||||
from_currency TEXT NOT NULL,
|
||||
conv_currency TEXT NOT NULL,
|
||||
rate FLOAT NOT NULL,
|
||||
date DATE NOT NULL
|
||||
);
|
Loading…
Add table
Reference in a new issue