See: https://github.com/phpmyadmin/phpmyadmin/issues/16837 ```sql create table event( eventID varchar(10) not null, b char(30), c varchar(20), d TIME, e Date, f int, g char(70), h char(90), primary key(eventID) ) ``` is the table is named `event2` that will work