nestjs / typeorm

TypeORM module for Nest framework (node.js) 🍇

Home Page:https://nestjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to log error TypeOrmModule ?

zellkon opened this issue · comments

I'm getting an error MySQL server version for the right syntax to use near ') NOT NULL' at line 1 when I start a project

image

I don't know how to fix it without a specific error?
Please help me! Thank

Hi @zellkon,

The error it gives you is referring to an error in the SQL syntax, maybe there is a comma or a bracket too many and it cannot connect to the database.

For this type of question I recommend using the Discord channel.

TypeORM has this documented. If you have other problems, raise an issue with them or use our Discord for Support.