Relationships

A join is used to combine rows from two or more tables, based on a related column between them.

Declaration

In Forest Admin, relations are defined as fields and are traversable in only one direction.

Join Types

Four join types are available: ManyToOne, ManyToMany, OneToMany, and OneToOne.

Last updated

Revision created

docs(datasource-sql): document introspection process