-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Describe the bug
Remove one tables inside the src/scripts/createdb.js when the app created makes use of 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:
- Generate a new app choosing the database as
postgres& ORM assequelize
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