sequelize-auto-migrations
sequelize-auto-migrations copied to clipboard
It seems to handle "BelongsToMany" wrong.
It imposes uniqueness on the foreign keys of the relation table, which is unreasonable. It should at most be a joint uniqueness.