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['modPropertySet']= array ( 'package' => 'modx', 'version' => '1.1', 'table' => 'property_set', 'extends' => 'xPDOSimpleObject', 'fields' => array ( 'name' => '', 'category' => 0, 'description' => '', 'properties' => NULL, ), 'fieldMeta' => array ( 'name' => array ( 'dbtype' => 'nvarchar', 'precision' => '50', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'unique', ), 'category' => array ( 'dbtype' => 'int', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'fk', ), 'description' => array ( 'dbtype' => 'nvarchar', 'precision' => '255', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'properties' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'array', 'null' => true, ), ), 'indexes' => array ( 'name' => array ( 'alias' => 'name', 'primary' => false, 'unique' => true, 'type' => 'BTREE', 'columns' => array ( 'name' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'category' => array ( 'alias' => 'category', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'category' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'composites' => array ( 'Elements' => array ( 'class' => 'modElementPropertySet', 'local' => 'id', 'foreign' => 'property_set', 'cardinality' => 'many', 'owner' => 'local', ), ), 'aggregates' => array ( 'Category' => array ( 'class' => 'modCategory', 'key' => 'id', 'local' => 'category', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );