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['modUserSetting']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'user_settings', 'extends' => 'xPDOObject', 'fields' => array ( 'user' => 0, 'key' => '', 'value' => NULL, 'xtype' => 'textfield', 'namespace' => 'core', 'area' => '', 'editedon' => NULL, ), 'fieldMeta' => array ( 'user' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'pk', ), 'key' => array ( 'dbtype' => 'nvarchar', 'precision' => '50', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'pk', ), 'value' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', ), 'xtype' => array ( 'dbtype' => 'nvarchar', 'precision' => '75', 'phptype' => 'string', 'null' => false, 'default' => 'textfield', ), 'namespace' => array ( 'dbtype' => 'nvarchar', 'precision' => '40', 'phptype' => 'string', 'null' => false, 'default' => 'core', ), 'area' => array ( 'dbtype' => 'nvarchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'editedon' => array ( 'dbtype' => 'datetime', 'phptype' => 'timestamp', 'null' => true, ), ), 'indexes' => array ( 'PRIMARY' => array ( 'alias' => 'PRIMARY', 'primary' => true, 'unique' => true, 'type' => 'BTREE', 'columns' => array ( 'user' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), 'key' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'User' => array ( 'class' => 'modUser', 'local' => 'user', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'Namespace' => array ( 'class' => 'modNamespace', 'local' => 'namespace', 'foreign' => 'name', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );