Table for creating a record of tasks that can be associated with a certain service.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| stask_description* | NVARCHAR (300) | Field for task description record |
| stask_id* | INT | Primary key of the table with task ID. |
| stask_order* | INT | Order ID Registration Field |
| stask_service_id* | INT | Field for Service ID Registration |
Primary Key
| PK_AFLS_SERVICE_TASKS |
|---|
| stask_id |