Go to the SQL tab and type in create table query. Here's an example: CREATE TABLE example( id INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id), name VARCHAR(30), age INT)
I think you are using phpadmin ..... go to the database tab .. at the top you will find an option to create a table