MYSQL with sequelize and typscript can't create id automatically
I am using typescript for the first time and I am following a tutorial. The tutorials I have seen normally use a package to generate id for the table. My question is: is there no way to allow sequelize to…