mysqlでdbテーブルを作っています。
create table finaltest1(id int(10),title text(20), category text(20), price text(10), ymd text(15), iconurl text(50), screenshoturl text(150), appid text(15), company text(30), capacity text(15));
しかし、テキスト列の長さはすべて 0 です。なぜですか?