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['modManagerLog']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'manager_log', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'user' => 0, 'occurred' => '0000-00-00 00:00:00', 'action' => '', 'classKey' => '', 'item' => '0', ), 'fieldMeta' => array ( 'user' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'default' => 0, ), 'occurred' => array ( 'dbtype' => 'datetime', 'phptype' => 'datetime', 'null' => true, 'default' => '0000-00-00 00:00:00', ), 'action' => array ( 'dbtype' => 'varchar', 'precision' => '100', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'classKey' => array ( 'dbtype' => 'varchar', 'precision' => '100', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'item' => array ( 'dbtype' => 'varchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => '0', ), ), 'aggregates' => array ( 'User' => array ( 'class' => 'modUser', 'local' => 'user', 'foreign' => 'id', 'owner' => 'foreign', 'cardinality' => 'one', ), ), );