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
Some columns of the DB should have more constraints like e.g. non-null, so that we don't need to do defensive programming for every parameter that could possibly be null. It also then needs to be done for DB migrations, if no default value is given.
The columns would benefit from that:
name
duration_val
status
voice
The text was updated successfully, but these errors were encountered:
Some columns of the DB should have more constraints like e.g. non-null, so that we don't need to do defensive programming for every parameter that could possibly be null. It also then needs to be done for DB migrations, if no default value is given.
The columns would benefit from that:
The text was updated successfully, but these errors were encountered: