Hi, 2010/8/3 Rafał <[email protected]>: > > Hi, > I want to ask for help. I want to add new data type to my schema.yml. > I have a field name IP (IP Address) in my application. My Postgresql > database has 'inet' data type but I can't use it in my symfony. > > Could you help me and show some links how to do it?
How about string(40) (or better string(64) because it is more round number)? It's IPv6 compliant ;) Regards, M -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
