Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/model/modx/mysql/ |
<?php /** * @package modx * @subpackage mysql */ $xpdo_meta_map['modResourceGroupResource']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'document_groups', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'document_group' => 0, 'document' => 0, ), 'fieldMeta' => array ( 'document_group' => array ( 'dbtype' => 'int', 'precision' => '10', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'document' => array ( 'dbtype' => 'int', 'precision' => '10', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), ), 'indexes' => array ( 'document_group' => array ( 'alias' => 'document_group', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'document_group' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'document' => array ( 'alias' => 'document', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'document' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'ResourceGroup' => array ( 'class' => 'modResourceGroup', 'key' => 'id', 'local' => 'document_group', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'Resource' => array ( 'class' => 'modResource', 'key' => 'id', 'local' => 'document', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );