Table 'todo_sequelize.Users' doesn't exist
kelly-98 opened this issue · 0 comments
kelly-98 commented
Hi, I installed it step by step as instructed, but when registering for an account it returns the following error
" Executing (default): SELECT id
, name
, email
, password
, createdAt
, updatedAt
FROM Users
AS User
WHERE User
.email
= 'youremail@gmail.com' LIMIT 1;
Unhandled rejection SequelizeDatabaseError: Table 'todo_sequelize.Users' doesn't exist".
Please help me fix it