Mistakes That Should Not Happen Again
Database:
DO NOT use "key" keyword as a column name, because it is a reserved keyword in MySQL.
Docker:
Clean docker using below command from time to time to release more memory:
docker system prune
Then type u and press "enter".
Comments
Post a Comment