Add created_id
, created_date
, modified_date
columns
#35
Labels
enhancement
New feature or request
status:fixed
The issue has been resolved (usually by committing/merging code)
Milestone
A lot of core tables have these columns:
created_id
: Contact ID who created the recordcreated_date
: Auto-timestamp when record was createdmodified_date
: Auto-timestamp when record was last updatedWould that be useful in ECK entities?
This is a good example of how to add those columns: civicrm/civicrm-core#19709
The text was updated successfully, but these errors were encountered: