there is a drastic change in our database and some tables are deleted
i want to know if there is a way to delete a model and crud of a certain table
i dont want to repeat the model and crud since there a lot of tables in our database
there is a drastic change in our database and some tables are deleted
i want to know if there is a way to delete a model and crud of a certain table
i dont want to repeat the model and crud since there a lot of tables in our database
There is no authomatized ways.
You have to delete manually the model, the controller and the folder in views.
Also give a search in all file with the old table name and class name, there can be some old relation that is pointing to your deleted table.