table for recording the different calendars of AFlS specialists.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| cale_description | NVARCHAR (MAX) | Calendar description |
| cale_enable* | BIT | Calendar Enabled or Disabled Status |
| cale_id* | INT | Primary Table Key |
| cale_loadholiday* | BIT | Identify if it is calendar corresponds to days off |
| cale_name* | NVARCHAR (200) | Calendar Name |
| cale_type* | NVARCHAR (40) | Configured calendar type. |
| tent_id* | INT | EARRING |
Primary Key
| PK_AFLS_CALENDAR |
|---|
| cale_id |