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['modTemplateVarResource']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'site_tmplvar_contentvalues', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'tmplvarid' => 0, 'contentid' => 0, 'value' => NULL, ), 'fieldMeta' => array ( 'tmplvarid' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'contentid' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'value' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', 'null' => false, ), ), 'indexes' => array ( 'tmplvarid' => array ( 'alias' => 'tmplvarid', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'tmplvarid' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'contentid' => array ( 'alias' => 'contentid', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'contentid' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'tv_cnt' => array ( 'alias' => 'tv_cnt', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'tmplvarid' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), 'contentid' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'TemplateVar' => array ( 'class' => 'modTemplateVar', 'local' => 'tmplvarid', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'Resource' => array ( 'class' => 'modResource', 'local' => 'contentid', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );