CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Where is custom participant data stored?
Pages: [1]

Author Topic: Where is custom participant data stored?  (Read 724 times)

obrienmd

  • Guest
Where is custom participant data stored?
June 05, 2009, 10:33:52 am
I have anonymous users signing up for events using a large # of custom "participant" fields.  Can anyone tell me where this data is stored in SQL?  I see it if I export a csv of all the participants, but I cannot for the life of me figure out where this stuff is in the MySQL database!

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Where is custom participant data stored?
June 05, 2009, 10:54:11 am
A new table is created in your CiviCRM database for each custom data "group". Look for tables named civicrm_value_* - where * is your custom group name with spaces and other special characters escaped. Example tablename from our sample data: civicrm_value_constituent_information_1

The entity_id column in your table will be a FK to the participant ID.
Protect your investment in CiviCRM by  becoming a Member!

obrienmd

  • Guest
Re: Where is custom participant data stored?
June 05, 2009, 12:42:11 pm
Thanks much!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Where is custom participant data stored?

This forum was archived on 2017-11-26.