Merge pull request #3771 from caudurodev/develop
FIX: Docs: added missing ( to SQLite insert statement to avoid error.
This commit is contained in:
commit
a18305ffe7
@ -46,7 +46,7 @@ sqlite3
|
|||||||
### Trade table structure
|
### Trade table structure
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE trades
|
CREATE TABLE trades(
|
||||||
id INTEGER NOT NULL,
|
id INTEGER NOT NULL,
|
||||||
exchange VARCHAR NOT NULL,
|
exchange VARCHAR NOT NULL,
|
||||||
pair VARCHAR NOT NULL,
|
pair VARCHAR NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user