Fixed for change in data output
This commit is contained in:
@@ -7,5 +7,6 @@ CREATE TABLE IF NOT EXISTS data (
|
||||
cost float,
|
||||
quantity integer,
|
||||
year integer,
|
||||
month integer
|
||||
month integer,
|
||||
trend float
|
||||
);
|
||||
Reference in New Issue
Block a user