Hi,
 
 
I need to add a few columns to some of the tables in a live application. We have new requirements.
 
I propose to do the same by adding a column to the MySQL table using .


 

ALTER TABLE table_name ADD new_field_name VARCHAR(60);
 
Will it work?
 
And how do I add a field name (say URLField), ie what do I name the URLField in the corrsponding class in the application? Also what should be the data type for such a column?
 
What are the other things one should look at while making low level changes in the database?
 
R...
 
 


 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to