-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SequelizeDatabaseError]: relation "sequelizemeta" does not exist #4
Comments
I created 2 views in database: CREATE VIEW SequelizeMeta AS SELECT * FROM "SequelizeMeta"; it`s clumsy, but works |
If the table name can be case insensitive, you can try to enable It's worked for me. For example:
|
it works but make problem in camel case column in models! |
I fork project and fix the problem . use this package instead. |
For me it was resolved by adding searchPath to my config:
|
Hello!
First of all thanks for taking your time into trying to solve a big pain for many developers in this manner ;)
I wanted to ask on how to implement it with sequelize v5 and typescript set to esm2017.
I had to modify the code of makemigration.ts into this:
Currently I'm getting this error:
Do you think that this error is related to the code I made or maybe library compatibility?
The text was updated successfully, but these errors were encountered: