Add support for composite keys (#1479)

* Add support for composite keys

* chore: add composite foreign key test
This commit is contained in:
Caleb White
2024-02-08 07:42:27 +01:00
committed by GitHub
parent 5c886fb653
commit 6115100a0f
6 changed files with 117 additions and 5 deletions
+1
View File
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
### Added
- Add support for enum default arguments using enum cases. [#1464 / d8vjork](https://github.com/barryvdh/laravel-ide-helper/pull/1464)
- Add support for real-time facades in the helper file. [#1455 / filipac](https://github.com/barryvdh/laravel-ide-helper/pull/1455)
- Add support for relations with composite keys. [#1479 / calebdw](https://github.com/barryvdh/laravel-ide-helper/pull/1479)
2024-02-05, 2.14.0
------------------