'modx', 'version' => '1.1', 'table' => 'extension_packages', 'extends' => 'xPDOObject', 'fields' => array ( 'namespace' => 'core', 'path' => '', 'table_prefix' => '', 'service_class' => '', 'service_name' => '', ), 'fieldMeta' => array ( 'namespace' => array ( 'dbtype' => 'nvarchar', 'precision' => '40', 'phptype' => 'string', 'null' => false, 'default' => 'core', 'index' => 'index', ), 'path' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'table_prefix' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'service_class' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'service_name' => array ( 'dbtype' => 'nvarchar', 'precision' => 'max', 'phptype' => 'string', 'null' => false, 'default' => '', ), ), 'indexes' => array ( 'namespace' => array ( 'alias' => 'namespace', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'namespace' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'Namespace' => array ( 'class' => 'modNamespace', 'local' => 'namespace', 'foreign' => 'name', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );