To add/remove/modify the columns in the Job Management table
It is strongly suggested that you create an <id /> field as the sole primary key field. You can make this field invisible if you do not want users to see it.
For example:
<id primary="true" visible="false">
Related topics