v1.2.5
Bug Fix
ID pattern now matches CamelCase columns — SalesID, MachineID, ModelID, RecordId are now correctly classified as identifiers by auto-configure. Previously, these were misclassified as "phone" (numeric strings) because _ID_PATTERNS only matched _id$ (with underscore).
Uses case-sensitive (?:ID|Id)$ suffix pattern to avoid false positives on words like "valid" and "rapid".