#When using typeorm, do you guys write migrations manually or automatically generate them?

1 messages · Page 1 of 1 (latest)

covert wedge
#

title

stoic pagoda
#

Automatically generated in my case

craggy mesa
#

The answer is it depends. In my opinion, in a more professional application, the ideal is to have migrations individually, independent of the ORM, and always have any type of Alter and Force database disabled so that no modifications occur or anything is deleted improperly from the database. But if it is your application where only you change things, for example, there is no problem using autoload.