#OracleDB create initial migration of the current db

9 messages · Page 1 of 1 (latest)

steep wolf
#

Is it possible to create a migration from the db schema? I don't use sync but having some diffs or something to be able track the db would be nice.

robust pecan
#

@steep wolf

#

I think that is possible

#

are you using TypeORM?

steep wolf
#

yes

steep wolf
#

ok, next question, how?

dreamy mason
#

next answer: using typeorm.
you can define config file. 🙂

steep wolf
#

how do I need to use typeorm to get an initial migration, not having sync in use