Open
Description
See: phpmyadmin/phpmyadmin#16837
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
See: phpmyadmin/phpmyadmin#16837
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