|
|
|
|
|
by jacques_chester
2170 days ago
|
|
> What is the advantage of building this into the database, instead of adding your own timestamp columns e.g. 'created_timestamp' and 'expunged_timestamp'? If it's present in every table, the database can be optimised for it. |
|