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/sqlsrv/ |
<?php /** * @package modx * @subpackage sqlsrv */ $xpdo_meta_map['modUserGroupMember']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'member_groups', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'user_group' => 0, 'member' => 0, 'role' => 1, 'rank' => 0, ), 'fieldMeta' => array ( 'user_group' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, ), 'member' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, ), 'role' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 1, 'index' => 'index', ), 'rank' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), ), 'indexes' => array ( 'role' => array ( 'alias' => 'role', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'role' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'rank' => array ( 'alias' => 'rank', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'rank' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'UserGroupRole' => array ( 'class' => 'modUserGroupRole', 'local' => 'role', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'UserGroup' => array ( 'class' => 'modUserGroup', 'local' => 'user_group', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'User' => array ( 'class' => 'modUser', 'local' => 'member', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );