In a table of articles
在一张文章中
title varchar(255),
category int(11),
processed enum('yes', 'no'),
... other columns
title varcharIn a table of articles
在一张文章中
title varchar(255),
category int(11),
processed enum('yes', 'no'),
... other columns
title varchar