MySQL Forums
Forum List  »  Newbie

Create New Data Type
Posted by: larry williams
Date: February 18, 2012 03:57PM

Hey guys,

Didn't see a specific forum for this topic, so if there is one, please direct me and I'll repost there.

Question: I'm trying to create a new data type (domain) similar to a BLOB in MySQL. I've defined the type in the innodb database engine and in various other MySQL supporting files, but I think I'm missing the link between MyDataType -> The data definition. The SQL syntax is not recognizing my 'domain' as valid. Is there a tutorial on creating new data types in MySQL or a basic approach to doing this? I was hoping that the SQL command 'CREATE DOMAIN' was supported by MySQL, but it appears that it is not. Bummer.

Thanks,

Larry

Options: ReplyQuote


Subject
Written By
Posted
Create New Data Type
February 18, 2012 03:57PM
February 18, 2012 05:06PM
February 19, 2012 01:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.