Project Data Tables Database > td Schema : td.ACTIONS Table |
In Test Director and Quality Center, this table stored group permissions for creation, reading, updating, and deleting entities. These permissions are now stored in the TABLES Table.
Permissions for modification of specific fields are still stored in the SYSTEM_FIELD Table, as in older versions.
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
AC_ACTION_NAME | The action ID. | varchar | 40 | ||||
AC_IS_SYSTEM_INTERNAL | For backward compatibility. Field may be removed in future version. | varchar | 1 | ||||
AC_GRANT_MASK | A bit mask that specifies the groups whose members may perform the action. If bit X is set, the action is enabled for the group identified with GROUPS.GR_GROUP_ID= X. | varchar | 512 | ||||
AC_OWNER_SENSIBLE | For backward compatibility. Field may be removed in future version. | varchar | 512 | ||||
AC_OWNERED_TABLE | For backward compatibility. Field may be removed in future version. | varchar | 40 | ||||
AC_IS_COLUMNS_MODIFY | For backward compatibility. Field may be removed in future version. | varchar | 1 | ||||
AC_IS_AUDIT | For future use. | varchar | 1 | ||||
AC_ENTITY_NAME | The logical name of the real or virtual entity the operation applies to. Do not edit this field. | varchar | 50 | ||||
AC_OPERATION_NAME | The entity-independent name of the action. Do not edit this field. | varchar | 50 |
Index | Description | Primary | Unique |
---|---|---|---|
AC_ENTITY_AND_OPERATION_IDX | |||
AC_PRIMARYKEY |