Good afternoon everyone, I'm a programmer and I'm having a problem, I'm creating a web store registration system, I created an administrative page to register the stores, in that I registered the store data with a responsible name and user and password to access because each store will have an access to your area, now the problem is that when I create the store I already create a database for it, even this is ok but I want to create the product table when creating the database and I can not, I wonder if it is possible to create the table soon after creating the database? I'm using PHP PDO and Mysql.
Thank you in advance.