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['modLexiconEntry']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'lexicon_entries', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'name' => '', 'value' => '', 'topic' => 'default', 'namespace' => 'core', 'language' => 'en', 'createdon' => NULL, 'editedon' => NULL, ), 'fieldMeta' => array ( 'name' => array ( 'dbtype' => 'varchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'index', ), 'value' => array ( 'dbtype' => 'text', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'topic' => array ( 'dbtype' => 'varchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => 'default', 'index' => 'index', ), 'namespace' => array ( 'dbtype' => 'varchar', 'precision' => '40', 'phptype' => 'string', 'null' => false, 'default' => 'core', 'index' => 'index', ), 'language' => array ( 'dbtype' => 'varchar', 'precision' => '20', 'phptype' => 'string', 'null' => false, 'default' => 'en', 'index' => 'index', ), 'createdon' => array ( 'dbtype' => 'datetime', 'phptype' => 'datetime', ), 'editedon' => array ( 'dbtype' => 'timestamp', 'phptype' => 'timestamp', 'null' => false, 'attributes' => 'ON UPDATE CURRENT_TIMESTAMP', ), ), 'indexes' => array ( 'name' => array ( 'alias' => 'name', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'name' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'topic' => array ( 'alias' => 'topic', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'topic' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'namespace' => array ( 'alias' => 'namespace', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'namespace' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'language' => array ( 'alias' => 'language', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'language' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'Namespace' => array ( 'class' => 'modNamespace', 'local' => 'namespace', 'foreign' => 'name', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );