Prakhar Chhalotre

Results 3 issues of Prakhar Chhalotre

### Description of change **Fixes #11703** This PR fixes a bug where embedded columns with `nullable: false` in parent entities were incorrectly forced to be nullable when using Single-Table Inheritance...

Review effort 3/5

## Description of change **Issue**: TypeORM's schema synchronization does not detect changes to `@Check` constraint expressions. When a CHECK constraint definition is modified in an entity, the migration generator ignores...

Review effort 3/5

### Summary Tightened the E.164 regex to `/^\+[1-9]\d{6,14}$/` to require a non-zero leading digit while keeping the 7–15 digit constraint. Added invalid test cases for leading-zero country codes and cleaned...