Eloquent can effectively manage all relationships with Eloquent Models. So, do I really need to maintain foreign key relationships in the database? Does maintaining relationships at the database level have any additional effect on the performance of the application, since the data integrity is already being managed by the ORM layer?Eloquent can effectively manage all relationshi