DanaCoding

Results 3 issues of 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":...

Inactive

### Describe the bug Through your method, when I reopened Storybook, I reported this error. ![image](https://user-images.githubusercontent.com/93444868/142695517-daf5b190-7188-481b-bf85-a6ef26af2ac9.png) ![image](https://user-images.githubusercontent.com/93444868/142695566-f2b34bad-1fe2-4dc9-ab29-1d73a1283908.png) ### Veision Info ```base System: OS: Windows 10 10.0.19042 CPU: (4) x64 Intel(R)...

bug