Minor bug fix.
Added information regarding Indexes to help LLMs have a comprehensive context about your data model:
Example:
## Indexes
### Application - PK_OSSYS_APPLICATION (Primary Key, Clustered): ID ASC - OSIDX_OSSYS_APPLICATION_3KEY (Unique, Non-Clustered): KEY ASC - OSIDX_OSSYS_APPLICATION_9CREATEDBY (Non-Clustered): CREATEDBY ASC - Supports FK: Application.CreatedBy -> User [On Delete: Protect]
Added a new section with the details for the Static Entities, e.g.:
## Static Entities
### Gender
Description: Gender List
Id: 1; Label: Male; Order: 1; IsActive: True
Id: 2; Label: Female; Order: 2; IsActive: True
Minor bug fix: