feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.07k stars 752 forks source link

Mysql database tables not created #2965

Closed ahmedrhuma closed 1 year ago

ahmedrhuma commented 1 year ago

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.