Skip to content

Instantly share code, notes, and snippets.

@selva987
selva987 / zerofill.php
Last active May 11, 2023 09:48
Remove all zerofills from MYSQL database
<?php
/**
* This script scans the provided database schemas and generates necesary DDL to remove
* zerofill property from table columns
*
* This code is provided as is, I'm not responsible for any data loss
* Review the output before executing it on your DB
* Of course, backup your DB first because, you know, sh*t happens
*/