mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
* feat: add new foreign key decorator, and entity schemas options This new feature adds the ability to create foreign key constraints without entity relations, using `@ForeignKey()` decorator or entity schema options. Closes: #4569