mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: fix broken link (#4834)
The `decorator-reference` link is broken see: https://typeorm.io/#/entities
This commit is contained in:
parent
149af26f9a
commit
2bb0e398f9
@ -98,7 +98,7 @@ If you want to set a base prefix for all database tables in your application you
|
||||
|
||||
When using an entity constructor its arguments **must be optional**. Since ORM creates instances of entity classes when loading from the database, therefore it is not aware of your constructor arguments.
|
||||
|
||||
Learn more about parameters @Entity in [Decorators reference](decorator-reference.md).
|
||||
Learn more about parameters `@Entity` in [Decorators reference](decorator-reference.md).
|
||||
|
||||
## Entity columns
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user