Accidentally OrmAuth tables and Migration table were delete from database. Trying to refine them again and "Already on the latest migration for package:auth" message appears. Only empty Migration table was generated.
If you had run migrations before, there is also a migrations.php file in the environment config folder (if you haven't selected one, it will use the 'development' environment) that you need to remove too if you remove the migration table.