Hello all,
I have a deployed application. and by the time i need to add fields to
database so appended the new SQLField into my database and removed
Migrate = falsebut finally i got the error : OperationalError: (1050, "Table 'member' already exists") Is there any way to update easily into database design? Thanks in Advance Neveen Adel

