I came up with the following doubt, in a project that I am doing I have about 25 tables for my database. My .sql file is already ready with the tables and I want to know if I have to create a model in Laravel for each table, I want to know because it would be a bit of a tired job since in my sql my relations are already directly and I do not want to make a relationship by relation from 0. Or also if there is some way that the Laravel believes me those relationships directly.