feat: enforce strict hex color validation (#RRGGBB) in Department and Establishment entities
feat: enforce strict hex color validation (#RRGGBB) in Department and Establishment entities
- Add @Size(min=7, max=7) and @Pattern to validate hexColor format
- Restrict hexColor/colorCode column to length=7, unique, and non-null
- Ensures all department/establishment colors follow the #RRGGBB standard