'modx', 'version' => '1.1', 'table' => 'member_groups', 'extends' => 'xPDOSimpleObject', 'tableMeta' => array ( 'engine' => 'InnoDB', ), 'fields' => array ( 'user_group' => 0, 'member' => 0, 'role' => 1, 'rank' => 0, ), 'fieldMeta' => array ( 'user_group' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'default' => 0, ), 'member' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'default' => 0, ), 'role' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'default' => 1, 'index' => 'index', ), 'rank' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', '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', ), ), );