* Foreign Key XML support only needs to be added to the MDB2 XML Parser and Writer. auth_user_id auth_user_id .. foo
bar ..
cascade|restrict|null|default|noaction cascade|restrict|null|default|noaction
* Add the necessary MDB2 API calls in MDB2_Schema. * Add Foreign Key support to MDB2 methods: * Manager Module Class * createConstraint() * deleteConstraint() * listConstraints() * Reverse Module Class * getTableConstraintDefinition() References: http://dev.mysql.com/doc/mysql/en/innodb-foreign-key-constraints.html http://www.postgresql.org/docs/8.0/interactive/ddl-constraints.html#DDL-CONSTRAINTS-FK