ean code data type
Started by Ottavio Campanaalmost 20 years ago2 messagesgeneral
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
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/