When you want to change the length of Foreign Key. Error #1832

I tried to change the foreign key of product_category_id which was presented in products_products table. The following step help you to change the length of foreign key. Before moving to step, you have to focus on error. When we tried to change the length it provides the error. This error message contains of constraint name …

Git Conventional Commits

As being a developer, we commit our work and push to github. Initially, we overlook the way how we enter the commit. Now, I am writing this blog so you can understand how it should be written. It is essential because in collaborating projects it maintain the status of project with readability and understandability of …