'modx', 'version' => '1.1', 'extends' => 'modAccessibleObject', 'tableMeta' => array ( 'engine' => 'InnoDB', ), 'fields' => array ( 'id' => NULL, ), 'fieldMeta' => array ( 'id' => array ( 'dbtype' => 'int', 'precision' => '10', 'attributes' => 'unsigned', 'phptype' => 'integer', 'null' => false, 'index' => 'pk', 'generated' => 'native', ), ), 'indexes' => array ( 'PRIMARY' => array ( 'alias' => 'PRIMARY', 'primary' => true, 'unique' => true, 'type' => 'BTREE', 'columns' => array ( 'id' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), );