create table nubs (name varchar(30) primary key, des text not null ) type = innodb;
Query OK, 0 rows affected, 1 warning (0.00 sec)
Why do i receive this warning when creating this table? Is there some way I can view mysql warnings?
TIA
Query OK, 0 rows affected, 1 warning (0.00 sec)
Why do i receive this warning when creating this table? Is there some way I can view mysql warnings?
TIA