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
These forms set or remove the default value for a column. Note that defaults only apply to subsequent INSERT commands; they do not cause rows already in the table to change. Defaults may also be created for views, in which case they are inserted into INSERT statements on the view before the view's ON INSERT rule is applied.
we end up with 2 migration files and because postgres doesn't actually change the default values, trying to set value to not null doesn't work, leading to a sad error
local branch error-for-server-default-nullable-false-same-time
The text was updated successfully, but these errors were encountered:
https://www.postgresql.org/docs/7.3/sql-altertable.html
the following steps ends up with a very sad error
we end up with 2 migration files and because postgres doesn't actually change the default values, trying to set value to not null doesn't work, leading to a sad error
local branch
error-for-server-default-nullable-false-same-time
The text was updated successfully, but these errors were encountered: