mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
DROP DEFAULT adds DEFAULT NULL in case of nullable column. In case of NOT NULL column it drops default expression if any exists.
DROP DEFAULT adds DEFAULT NULL in case of nullable column. In case of NOT NULL column it drops default expression if any exists.