mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
изменен тип даты в таблице с text на date
This commit is contained in:
parent
0ed7b718f3
commit
2409312ffe
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ CREATE TABLE currency(
|
|||
from_currency TEXT NOT NULL,
|
||||
conv_currency TEXT NOT NULL,
|
||||
rate FLOAT NOT NULL,
|
||||
date TEXT NOT NULL
|
||||
date DATE NOT NULL
|
||||
);
|
Loading…
Add table
Reference in a new issue