MySQL Forums
Forum List  »  Newbie

Re: Problem with TEXT and BLOB types
Posted by: Paul McArdle
Date: June 26, 2005 08:57AM

dont give text size

create table cust_details
(
cust_num int(5) unsigned not null primary key auto_increment,
cust_name varchar(150),
cust_about text,
cust_type int(2)
);

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem with TEXT and BLOB types
June 26, 2005 08:57AM


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.