My scenario here is that I have to tables with the exactly same structure but the table name (one of them table_es and the other table_en). So there is no need for two different models.
Is there a way that I could change the model source ( change the table name ) when executing a query with query builder?