You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Example: Products have a default stock of 0ALTERTABLE products ALTER COLUMN stocks integer DROP DEFAULT;
--Example: Products are available by default (removed optional COLUMN keyword)ALTERTABLE products ALTER available DROP DEFAULT;
Dialect
MySQL
Failing SQL
Description
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
The text was updated successfully, but these errors were encountered: