Why is the created_at column nullable by default?
When you create a new table using the web interface it comes with a nullable
created_at column by default, why is it nullable even though it has a default value of now()?