Django - Deployment and Production
In a production environment, you want to add a new non-nullable field to a large existing table without downtime. Which approach is safest?
null=True), migrate, then fill data, and finally alter to non-nullable (null=False).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions