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
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:
>