Add a new column to the end of a table. If a field is inserted before other fields in an Access table, the DB2 table will require rebuilding since existing columns need be repositioned. Adding an AutoNumber column also requires that the table be rebuilt.
Increase the length of a VARCHAR column.
Add or drop Primary, Unique and Foreign keys (including any cascade update related triggers.)
Add or drop Check constraints.
Add or drop Indexes
Press the Update DB2 button to synchronize or deploy selected tables. Change the default Choosing Options to meet your development needs. The Status Page displays the progress of the synchronization.