I created application using CLI all good, but the tables are not created, I get the error from mysql that insert into table xxx is not exists.
created new service using CLI also the table is not created, i used migration:make then I deleted the produced migration file. After that all the migration:make files are empty in both up and down functions.
it is so sad to create the tables manually actually.
I created application using CLI all good, but the tables are not created, I get the error from mysql that insert into table xxx is not exists.
created new service using CLI also the table is not created, i used migration:make then I deleted the produced migration file. After that all the migration:make files are empty in both up and down functions.
it is so sad to create the tables manually actually.