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
Is your feature request related to a problem? Please describe.
I noticed that in Orders there are some empty values marked as (not set) but some are marked as just empty strings. Probably in the DB, there are empty values combined with NULL values.
Describe the solution you'd like
Try to upgrade the GridView, so that there will be (not set) everywhere.
Also, investigate the models and probably add default values as NULL for not mandatory fields.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I noticed that in Orders there are some empty values marked as
(not set)
but some are marked as just empty strings. Probably in the DB, there are empty values combined with NULL values.Describe the solution you'd like
(not set)
everywhere.NULL
for not mandatory fields.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: