grammatek / grammatek/tts_webapp
Add non-null constraints to DB columns
Open
- Dominant language
- Ruby
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.