Hi, Thanks for the reply. I too have noticed I can not store numbers starting with 0 while number is integer. May be I'll make that column string :)
On Mar 2, 12:33 am, "Sergey V." <[email protected]> wrote: > > Do you need to store expiry_code? seeing as it is a function of > > last_con and the current date. > > Second that. I would also point out that phone number probably > shouldn't be an integer - how would you store phone numbers which > start with 0, for example? > > I'd rather make it a String. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
