}
// Do the actual update of this table
// TODO Assert if this table is not yet initialised ?
UpdateRequest req = getUpdateRequest(table, fieldMetaData, sm.getObject().getClass(), clr);
req.execute(sm);
// Update any secondary tables
Collection secondaryTables = table.getSecondaryDatastoreClasses();
if (secondaryTables != null)
{