diff --git a/README.md b/README.md index 48f5cc06..e8f00f7a 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ class CarController extends Controller { * `@HasOne()` (one-to-one) * `@HasMany()` (one-to-many) * `@BelongsTo()` (one-to-one) +* `@ManyToMany()` (many-to-many, using a "pivot" table) The annotations can be abbreviated with the default options (ex. `@hasOne`), or supplied with custom parameters (ex. `@HasOne(foreignKey: 'foreign_id')`).