'modx', 'version' => '1.1', 'table' => 'property_set', 'extends' => 'xPDOSimpleObject', 'tableMeta' => array ( 'engine' => 'InnoDB', ), 'fields' => array ( 'name' => '', 'category' => 0, 'description' => '', 'properties' => NULL, ), 'fieldMeta' => array ( 'name' => array ( 'dbtype' => 'varchar', 'precision' => '50', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'unique', ), 'category' => array ( 'dbtype' => 'int', 'precision' => '10', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'fk', ), 'description' => array ( 'dbtype' => 'varchar', 'precision' => '191', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'properties' => array ( 'dbtype' => 'text', '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', ), ), );