Results 2 issues of titovb

### Description of change Fixes #10895 ### Pull-Request Checklist - [x] Code is up-to-date with the `master` branch - [x] `npm run format` to apply prettier formatting - [x] `npm...

### Issue description Property metadata override does not work when extending an entity class ### Expected Behavior ``` @Entity() class Extendable { @PrimaryGeneratedColumn() id: number; @Column({ type: 'int' }) value:...

bug
requires triage