79708784

Date: 2025-07-21 08:42:47
Score: 0.5
Natty:
Report link

If you have a table with recorded created_at and updated_at, it's very likely that at some point you will need to sort query results by updated_at column. For this reason this is worth having updated_at defined as NOT NULL and set whenever new row is inserted.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: malloc4k