ean code data type

Started by Ottavio Campanaalmost 20 years ago2 messagesgeneral
Jump to latest
#1Ottavio Campana
ottavio@campana.vi.it

Is there a data type for ean codes for postgresql 7.4? I found the isbn
data type, and I would appreciate something similar for ean codes.

Thank you

#2Chris
dmagick@gmail.com
In reply to: Ottavio Campana (#1)
Re: ean code data type

On 6/7/06, Ottavio Campana <ottavio@campana.vi.it> wrote:

Is there a data type for ean codes for postgresql 7.4? I found the isbn
data type, and I would appreciate something similar for ean codes.

If there isn't you can create your own:

http://www.postgresql.org/docs/8.1/static/sql-createtype.html

--
Postgresql & php tutorials
http://www.designmagick.com/