all in one migration donet overide existing posts code example
Example 1: how to migrate refresh only one table
php artisan migrate:refresh --path=/database/migrations/fileName.php
Example 2: adonis migration run single migration
it's not possible yet