Comments
Sort by recent activity
This is an interesting discussion about handling schema changes from NULL to NOT NULL with defaults. In similar database migration scenarios, I’ve also worked on structured change tracking in application updates. For anyone interested in versioned changes and update logs in web projects, I recently documented a changelog approach here. It might help others looking for a simple way to track system updates and changes. / comments
This is an interesting discussion about handling schema changes from NULL to NOT NULL with defaults. In similar database migration scenarios, I’ve also worked on structured change tracking in appli...