sequelize-automate
Version:
Automatically generate bare sequelize models from your database.
23 lines (11 loc) • 710 B
Markdown
## 2019.12.23 1.0.1
- publish the first product version
## 2019.12.26 1.1.1
- fix: fix PostgreSQL indexes error. [#7](https://github.com/nodejh/sequelize-automate/issues/7).
## 2020.01.07 1.2.0
- fix: fix PostgreSQL auto-increment column. [#9](https://github.com/nodejh/sequelize-automate/issues/9).
## 2020.05.11 1.2.1
- fix: `queryInterface.showAllTables` does not find all tables. [#19](https://github.com/nodejh/sequelize-automate/issues/19)
## 2020.05.11 1.2.2
- fix: Data type "double unsigned" (MySQL) throws an error. [#17](https://github.com/nodejh/sequelize-automate/issues/17)
- fix: ReferenceError: sequelize is not defined. [#21](https://github.com/nodejh/sequelize-automate/issues/21)