Title: Database tables,records,fields
Last modified: February 3, 2020

---

# Database tables,records,fields

 *  Resolved [erikvanblitterswijk](https://wordpress.org/support/users/erikvanblitterswijk/)
 * (@erikvanblitterswijk)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/database-tablesrecordsfields/)
 * Hey i have a question i need the db because i need the fields of the event table
   on the plugin you can see the meta-keys but i need to have the fields of them
   so i know where its stored is there any way to get to the tables from this plugin
   please help

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Hitesh Makvana](https://wordpress.org/support/users/hiteshmakvana/)
 * (@hiteshmakvana)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/database-tablesrecordsfields/#post-12400490)
 * Hi [@erikvanblitterswijk](https://wordpress.org/support/users/erikvanblitterswijk/),
 * Our plugin will not create any special table on your database. It will store 
   all the value in meta and post table. Event listing is custom post type which
   will store all the value as per the default WordPress table stores.
 * Thank you
 *  Thread Starter [erikvanblitterswijk](https://wordpress.org/support/users/erikvanblitterswijk/)
 * (@erikvanblitterswijk)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/database-tablesrecordsfields/#post-12402458)
 * So how do i have to change my piece of code to request the meta key instead of
   the field
 * Below is the code:
 * $start_date = date_i18n(“Ymd\THis\Z”, get_post_meta( get_the_ID(), ‘custom-field-
   of start-date’, true ));
 * $end_date = date_i18n(“Ymd\THis\Z”, get_post_meta( get_the_ID(), ‘custom-field-
   of-end-date’, true ));
 * Because when i try to fill in the meta-key that the plugin gave the field nothing
   happens
 * Could you please help me with this problem as i cannot make it work
    Here is 
   a link with the whole code for more info: [https://gist.github.com/Jany-M/af50d5c4a0eec2692734d76383ed4dd8](https://gist.github.com/Jany-M/af50d5c4a0eec2692734d76383ed4dd8)
 * Can you please take a look and tell what i have to change to make it fill in 
   the fields of the ics file with the correct data
    -  This reply was modified 6 years, 4 months ago by [erikvanblitterswijk](https://wordpress.org/support/users/erikvanblitterswijk/).
 *  [Hitesh Makvana](https://wordpress.org/support/users/hiteshmakvana/)
 * (@hiteshmakvana)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/database-tablesrecordsfields/#post-12409551)
 * Hi [@erikvanblitterswijk](https://wordpress.org/support/users/erikvanblitterswijk/),
 * I am quite not sure how you have connected this code with your site but there
   is just one issue I found that `custom-field-of start-date` should be replaced
   with `_event_start_date` and `custom-field-of-end-date` with `_event_end_date`
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Database tables,records,fields’ is closed to new replies.

 * ![](https://ps.w.org/wp-event-manager/assets/icon-256x256.png?rev=1622826)
 * [WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce](https://wordpress.org/plugins/wp-event-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-event-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-event-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-event-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-event-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Hitesh Makvana](https://wordpress.org/support/users/hiteshmakvana/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/database-tablesrecordsfields/#post-12409551)
 * Status: resolved