when i chnge the previous default vaue then it set to new one by chnging the other pone to 0 in larvel code example
Example: laravel migration set default value
$table->string('name')->default('Hello World!');
$table->string('name')->default('Hello World!');