'modx', 'version' => '1.1', 'table' => 'user_settings', 'extends' => 'xPDOObject', 'tableMeta' => array ( 'engine' => 'InnoDB', ), 'fields' => array ( 'user' => 0, 'key' => '', 'value' => NULL, 'xtype' => 'textfield', 'namespace' => 'core', 'area' => '', 'editedon' => NULL, ), 'fieldMeta' => array ( 'user' => array ( 'dbtype' => 'int', 'precision' => '11', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'pk', ), 'key' => array ( 'dbtype' => 'varchar', 'precision' => '50', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'pk', ), 'value' => array ( 'dbtype' => 'text', 'phptype' => 'string', ), 'xtype' => array ( 'dbtype' => 'varchar', 'precision' => '75', 'phptype' => 'string', 'null' => false, 'default' => 'textfield', ), 'namespace' => array ( 'dbtype' => 'varchar', 'precision' => '40', 'phptype' => 'string', 'null' => false, 'default' => 'core', ), 'area' => array ( 'dbtype' => 'varchar', 'precision' => '191', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'editedon' => array ( 'dbtype' => 'timestamp', 'phptype' => 'timestamp', 'null' => true, 'default' => NULL, 'attributes' => 'ON UPDATE CURRENT_TIMESTAMP', ), ), 'indexes' => array ( 'PRIMARY' => array ( 'alias' => 'PRIMARY', 'primary' => true, 'unique' => true, 'type' => 'BTREE', 'columns' => array ( 'user' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), 'key' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'aggregates' => array ( 'User' => array ( 'class' => 'modUser', 'local' => 'user', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'Namespace' => array ( 'class' => 'modNamespace', 'local' => 'namespace', 'foreign' => 'name', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );