You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
const sql_query = "CREATE TABLE BitBns_TradeHistory (SNo INT NOT NULL primary key AUTO_INCREMENT, TimeStamp VARCHAR(120) NOT NULL, Volume DOUBLE NOT NULL, PPU DOUBLE NOT NULL);"