Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add created_id, created_date, modified_date columns #35

Closed
colemanw opened this issue Mar 9, 2022 · 0 comments · Fixed by #37
Closed

Add created_id, created_date, modified_date columns #35

colemanw opened this issue Mar 9, 2022 · 0 comments · Fixed by #37
Labels
enhancement New feature or request status:fixed The issue has been resolved (usually by committing/merging code)
Milestone

Comments

@colemanw
Copy link
Collaborator

colemanw commented Mar 9, 2022

A lot of core tables have these columns:

  • created_id: Contact ID who created the record
  • created_date: Auto-timestamp when record was created
  • modified_date: Auto-timestamp when record was last updated

Would that be useful in ECK entities?
This is a good example of how to add those columns: civicrm/civicrm-core#19709

@jensschuppe jensschuppe added enhancement New feature or request status:needs work There is code, but it needs additional work before it should be reviewed labels Mar 10, 2022
@jensschuppe jensschuppe added this to the 1.0 milestone Mar 10, 2022
@jensschuppe jensschuppe removed the status:needs work There is code, but it needs additional work before it should be reviewed label Mar 10, 2022
@jensschuppe jensschuppe added the status:fixed The issue has been resolved (usually by committing/merging code) label Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:fixed The issue has been resolved (usually by committing/merging code)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants