On Aug 3, 12:14 am, Michał Piotrowski <[email protected]> wrote: > 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 ;) >
Thanx for very fast answer... but it's not good solution for me. I need 'inet' type in my postgres database. Is it very difficult to change some symfony core files in order to do it? Rafał -- 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
