'modx', 'version' => '1.1', 'table' => 'fc_sets', 'extends' => 'xPDOSimpleObject', 'tableMeta' => array ( 'engine' => 'InnoDB', ), 'fields' => array ( 'profile' => 0, 'action' => '', 'description' => '', 'active' => 0, 'template' => 0, 'constraint' => '', 'constraint_field' => '', 'constraint_class' => '', ), 'fieldMeta' => array ( 'profile' => array ( 'dbtype' => 'integer', 'precision' => '11', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'action' => array ( 'dbtype' => 'nvarchar', 'precision' => '191', 'phptype' => 'string', 'null' => false, 'default' => '', 'index' => 'index', ), 'description' => array ( 'dbtype' => 'text', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'active' => array ( 'dbtype' => 'tinyint', 'precision' => '1', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'template' => array ( 'dbtype' => 'integer', 'precision' => '11', 'phptype' => 'integer', 'null' => false, 'default' => 0, 'index' => 'index', ), 'constraint' => array ( 'dbtype' => 'varchar', 'precision' => '191', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'constraint_field' => array ( 'dbtype' => 'varchar', 'precision' => '100', 'phptype' => 'string', 'null' => false, 'default' => '', ), 'constraint_class' => array ( 'dbtype' => 'varchar', 'precision' => '100', 'phptype' => 'string', 'null' => false, 'default' => '', ), ), 'indexes' => array ( 'profile' => array ( 'alias' => 'profile', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'profile' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'action' => array ( 'alias' => 'action', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'action' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'active' => array ( 'alias' => 'active', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'active' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), 'template' => array ( 'alias' => 'template', 'primary' => false, 'unique' => false, 'type' => 'BTREE', 'columns' => array ( 'template' => array ( 'length' => '', 'collation' => 'A', 'null' => false, ), ), ), ), 'composites' => array ( 'Rules' => array ( 'class' => 'modActionDom', 'local' => 'id', 'foreign' => 'set', 'cardinality' => 'many', 'owner' => 'local', ), ), 'aggregates' => array ( 'Action' => array ( 'class' => 'modAction', 'local' => 'action', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'Template' => array ( 'class' => 'modTemplate', 'local' => 'template', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), 'Profile' => array ( 'class' => 'modFormCustomizationProfile', 'local' => 'profile', 'foreign' => 'id', 'cardinality' => 'one', 'owner' => 'foreign', ), ), );