sequelize/sequelize-typescript

Broken or wrong unique key columns

Opened this issue · 0 comments

As you can see in the code, I have one unique key with 3 columns

Image

Anyway, I'm getting (in database MariaDB) 2 unique keys (game...type_unique and steam_games_...id_unique) with 1 + 2 columns instead of 1 unique key with all 3 keys .

Image

I don't sure that is expected result