[symfony-users] Re: Rebuilding model

2009-08-06 Thread Martin Ibarra Cervantes
if you add a field on the a table you need rebuild the schema and model. On Tue, Jul 21, 2009 at 11:10 PM, James Cauwelier wrote: > > I don 't think you should. Database access should be abstracted in > Doctrine. However, rebuilding never hurts, except when you have a > huge database. > > You

[symfony-users] Re: Rebuilding model

2009-07-21 Thread James Cauwelier
I don 't think you should. Database access should be abstracted in Doctrine. However, rebuilding never hurts, except when you have a huge database. You do have to make sure the tables are present in the database, but that 's pretty obvious. James On Jul 21, 6:20 pm, Rytis Daugirdas wrote: >