We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Remove one tables inside the src/scripts/createdb.js when the app created makes use of postgreSQL
tables
src/scripts/createdb.js
postgreSQL
export default User.sync().then(() => { console.log('Successfully created User tables tables') }).catch(error => { console.log('The error: ', error) })
To Reproduce Steps to reproduce the behavior:
postgres
sequelize
Expected behavior
export default User.sync().then(() => { console.log('Successfully created User table') }).catch(error => { console.log('The error: ', error) })
Screenshots N/A
Desktop (please complete the following information): N/A Smartphone (please complete the following information): N/A Additional context N/A
The text was updated successfully, but these errors were encountered:
It also needs to make a modification to allow more than one export. In an app, it can have many tables.
Sorry, something went wrong.
Seems this issue should be closed since the required change has already been implemented.
Albert-Osei
No branches or pull requests
Describe the bug
Remove one
tables
inside thesrc/scripts/createdb.js
when the app created makes use ofpostgreSQL
To Reproduce
Steps to reproduce the behavior:
postgres
& ORM assequelize
Expected behavior
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: