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
Unhandled error in GET /todos: 500 error: relation "public.todo" does not exist
at Connection.parseE (C:\Users\develop\Desktop\test-project\loopback-postgres\node_modules\pg\lib\connection.js:555:11)
at Connection.parseMessage (C:\Users\develop\Desktop\test-project\loopback-postgres\node_modules\pg\lib\connection.js:380:19)
at Socket.<anonymous> (C:\Users\develop\Desktop\test-project\loopback-postgres\node_modules\pg\lib\connection.js:120:22)
at Socket.emit (events.js:189:13)
at addChunk (_stream_readable.js:284:12)
at readableAddChunk (_stream_readable.js:265:11)
at Socket.Readable.push (_stream_readable.js:220:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
The text was updated successfully, but these errors were encountered:
I'm use this code to use custom schema in todo.model.ts file
this is error
The text was updated successfully, but these errors were encountered: