Computed Column

An important note here is that when you add an EnumField element to a TableSpec, the Infinity platform adds an additional computed column to the table in the database. For example, adding a STATUSCODE EnumField yields two new columns in the database: STATUSCODE and STATUS.

Sample Widget STATUSCODE EnumField and corresponding STATUS computed column