Database Columnist

Read the Original Before You Read the SQL


Data storage is absurdly cheap.

Data integrity and consistency is absurdly expensive. Their absence is obscenely expensive.

Thinking of modifying or removing a column in your database? Add a new one instead. Your code can handle it.

If your code can’t handle it, then you have bigger problems than an extra column.