HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/custom/metadata/fp_events_contactsMetaData.php
<?php
// created: 2013-03-22 16:34:19
$dictionary["fp_events_contacts"] = array (
  'true_relationship_type' => 'many-to-many',
  'relationships' => 
  array (
    'fp_events_contacts' => 
    array (
      'lhs_module' => 'FP_events',
      'lhs_table' => 'fp_events',
      'lhs_key' => 'id',
      'rhs_module' => 'Contacts',
      'rhs_table' => 'contacts',
      'rhs_key' => 'id',
      'relationship_type' => 'many-to-many',
      'join_table' => 'fp_events_contacts_c',
      'join_key_lhs' => 'fp_events_contactsfp_events_ida',
      'join_key_rhs' => 'fp_events_contactscontacts_idb',
    ),
  ),
  'table' => 'fp_events_contacts_c',
  'fields' => 
  array (
    0 => 
    array (
      'name' => 'id',
      'type' => 'varchar',
      'len' => 36,
    ),
    1 => 
    array (
      'name' => 'date_modified',
      'type' => 'datetime',
    ),
    2 => 
    array (
      'name' => 'deleted',
      'type' => 'bool',
      'len' => '1',
      'default' => '0',
      'required' => true,
    ),
    3 => 
    array (
      'name' => 'fp_events_contactsfp_events_ida',
      'type' => 'varchar',
      'len' => 36,
    ),
    4 => 
    array (
      'name' => 'fp_events_contactscontacts_idb',
      'type' => 'varchar',
      'len' => 36,
    ),
    5 =>
    array (
      'name' => 'invite_status',
      'type' => 'varchar',
      'len'=>'25',
      'default'=>'Not Invited',
    ),
    6 =>
    array (
      'name' => 'accept_status',
      'type' => 'varchar',
      'len'=>'25',
      'default'=>'No Response',
    ),
    7 => 
    array (
      'name' => 'email_responded',
      'type' => 'int',
      'len' => '2',
      'default' => '0',
   ),
  ),
  'indices' => 
  array (
    0 => 
    array (
      'name' => 'fp_events_contactsspk',
      'type' => 'primary',
      'fields' => 
      array (
        0 => 'id',
      ),
    ),
    1 => 
    array (
      'name' => 'fp_events_contacts_alt',
      'type' => 'alternate_key',
      'fields' => 
      array (
        0 => 'fp_events_contactsfp_events_ida',
        1 => 'fp_events_contactscontacts_idb',
      ),
    ),
  ),
);