diff --git a/docs/sql_cheatsheet.md b/docs/sql_cheatsheet.md index cf785ced6..168d416ab 100644 --- a/docs/sql_cheatsheet.md +++ b/docs/sql_cheatsheet.md @@ -46,7 +46,7 @@ sqlite3 ### Trade table structure ```sql -CREATE TABLE trades +CREATE TABLE trades( id INTEGER NOT NULL, exchange VARCHAR NOT NULL, pair VARCHAR NOT NULL,