biggora / caminte

Cross-db ORM for NodeJS
http://www.camintejs.com/
MIT License
1.08k stars 119 forks source link

Database Changes #194

Open rol4400 opened 6 years ago

rol4400 commented 6 years ago

Can't seem to find a way to update a connected database's schema from caminte. I know there's an autoupdate property but if I change a property in a model it doesn't update my mysql database with the changes. Is there a way to use a migrations framework or similar so database changes can be specified in sourcecontrol and updated that way or is there a way that the database can be manually updated or regenerated from the caminte-cli?