laravel-5-roles-and-permissions-demo
laravel-5-roles-and-permissions-demo copied to clipboard
create_roles_table migration does not reverse
While browsing through the code I have noticed that the CreateRolesTable migration does not implement the down() method. Is this on purpose?