DanaCoding
DanaCoding
> We are happy to answer your questions about the code or discuss technical ideas. Please complete the following checklist (by adding [x]): - [x] I have searched open and...
## What happens? 执行`npx sequelize db:migrate`。但只在config的第一个`database_development`中生成了`users`表,其他两个数据库没有成功生成`users`表。 ```base { "development": { "username": "root", "password": null, "database": "database_development", "host": "127.0.0.1", "dialect": "mysql" }, "test": { "username": "root", "password": null, "database": "database_test", "host":...
### Describe the bug Through your method, when I reopened Storybook, I reported this error.   ### Veision Info ```base System: OS: Windows 10 10.0.19042 CPU: (4) x64 Intel(R)...