I'm creating an application that should be scalable and for this a full scope of tables, relationships, and the like has been made. In this scope, I use the migrations
table that Laravel 5.1 treats for each database implementation. Is there any way I can change the nomenclature of the migrations table to something "brazed" (eg: Versioning, Migration, Version), to make the code more readable for anyone on the team?