Disable Tables and Columns
Disabling is an experimental feature added in trunk in rev. 1074.
Disabling allows you to disable the generation of tables and columns in your schema. You can disable the table foo and all foo_id columns like:
<disable> <table>foo</table> <column>foo_id</column> </disable>
Disabling will automatically disable any foreign keys to disabled tables.
