| Table: dbo.Onvio_Payroll_Integration_Action | |||
| This table stores action type to indicate which action should run. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| onvio_payroll_integration_action_KEY | tinyint (1) | NOT NULL | The primary key used for identifying Onvio Payroll Integration Action. |
| description | nvarchar (40) | NOT NULL | The description of the Onvio Payroll Integration Action. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Onvio_Payroll_Integration_Action | onvio_payroll_integration_action_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Onvio_Payroll_Integration_Action$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Onvio_Payroll_Integration_Queue__Onvio_Payroll_Integration_Action__onvio_payroll_integration_action_KEY | onvio_payroll_integration_action_KEY | Onvio_Payroll_Integration_Queue | |