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
email_verified_at is nullable. and user id 1 has is set to null. there are 2 issues with this:
Shows as a empty string in the table. should maybe be shown as "(null)" with even another text color if possible.
Unable to set a value to null on either an existing row or when creating a new row.
attaching a image to show what happens to a datetime when trying to set a empty value. this is maybe fine as an emtpy value is actually not null. it fails correctly i think.
however you can't set it to "null" as it is still a string.
I think the cleanest way to solve this is to have a keybind i cell edit mode (maybe Ctrl + N) that will set the column to null. What do you guys think?
The text was updated successfully, but these errors were encountered:
Hi, Looks like there is no support for
null
.for example:
email_verified_at
is nullable. and user id 1 has is set to null. there are 2 issues with this:attaching a image to show what happens to a datetime when trying to set a empty value. this is maybe fine as an emtpy value is actually not null. it fails correctly i think.
however you can't set it to "null" as it is still a string.
I think the cleanest way to solve this is to have a keybind i cell edit mode (maybe Ctrl + N) that will set the column to null. What do you guys think?
The text was updated successfully, but these errors were encountered: