i have a table like this
create table tower id_tower varchar(10) not null auto_increment primary key, name varchar (20) not null
and