How to Add a Default Value to an Existing Column in MySQL
Introduction
In this quick tutorial, you will learn how to add a default value to an existing column in MySQL.
Prerequisites
You always need to be careful, when changing the structure of an existing column in your database. Make sure to always have b...
bobby.hashnode.dev2 min read