sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

Decorators and some other features for sequelize

Results 222 sequelize-typescript issues
Sort by recently updated
recently updated
newest added

When running a production build of NextJS framework, the sequelize-typescript models get mangled and various fields get added to Models where they shouldn't exist. I'm not sure if this is...

As you can see in the code, I have one unique key with 3 columns Anyway, I'm getting (in database MariaDB) 2 unique keys (game...type_unique and steam_games_...id_unique) with 1 +...