1
1
drop table if exists `about:text`;
3
3
_id int not null auto_increment,
4
4
`about:text` varchar(255) not null default '',
7
7
show create table `about:text`;
10
10
`_id` int NOT NULL AUTO_INCREMENT,
11
11
`about:text` varchar(255) NOT NULL DEFAULT '',