All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Best Practices for Handling Nullable Fields in Backend Applications

By

efeoge

10mo ago· 3 min readenOpinion

Summary

The article discusses the common practice of leaving database fields as nullable in backend applications and the importance of updating the schema to make them non-nullable once data is fully populated.

Key quotes

· 2 pulled
A new field is added to a model.
People often forget the final step which is updating the schema to make the field non-nullable once the data is fully populated.
Snippet from the RSS feed
Tech Tales from a Software Craftsman

You might also wanna read