Opened 3 years ago
#54627 new enhancement
Adding More Timestamp columns to database
Reported by: | bhubbard | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
I would love to see 'created_at' and 'updated_at' as new columns to some of the default tables such as users, users_meta, etc. Mysql can autofill these columns automatically, and it is very useful information to know when rows are added or updated.
I could also see 'created_by' and 'updated_by' as possible columns as well, so it is possible to know when the table row was created or updated by a particular User ID.
Note: See
TracTickets for help on using
tickets.