I was wondering…Is it possible to rebuild the database on Symfony without dropping the current content ?
If it is, how ?
I’d like to be able to modify one table without dropping all the current content of all my tables
Thank you !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can manually modify the table (either command line, or a database GUI), and then regenerate the schema and model files without losing any data. Is there something that would prevent you from doing it this way? PHPmyadmin, navicat or other GUI’s make this very easy and efficient to make changes on a live application.