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
Initially the column part_number has no default value and can be null.
On running the query ALTER TABLE product115s CHANGE part_number part_number varchar(255) DEFAULT '0' NOT NULL
the default value is set correctly but the column is still nullable.
The text was updated successfully, but these errors were encountered:
Initially the column part_number has no default value and can be null.
On running the query
ALTER TABLE product115s CHANGE part_number part_number varchar(255) DEFAULT '0' NOT NULL
the default value is set correctly but the column is still nullable.
The text was updated successfully, but these errors were encountered: