On Thu, May 15, 2008 at 5:34 AM, Amit Ramon <[EMAIL PROTECTED]> wrote:
> Was there any change in django in the recent months that could explain this? 
> Namely, could it be that a couple of months ago django would indeed generate 
> a varchar(20) for this field, and now it generates int(11)?

I'll bet money that at the time the table was created you were using
Django's built-in PhoneNumberField, which is specified as VARCHAR(20):

http://code.djangoproject.com/browser/django/trunk/django/db/backends/mysql/creation.py#L21



-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to