Laravel: Difference between revisions
Johan Efendi (talk | contribs) (Created page with "=Migration= Migrasi file spesifik <syntaxhighlight lang="php"> php artisan migrate:refresh --path=/database/migrations/fileName.php <syntaxhighlight>") |
Johan Efendi (talk | contribs) |
||
Line 4: | Line 4: | ||
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> | ||
php artisan migrate:refresh --path=/database/migrations/fileName.php | php artisan migrate:refresh --path=/database/migrations/fileName.php | ||
<syntaxhighlight> | </syntaxhighlight> |
Revision as of 12:03, 29 May 2024
Migration
Migrasi file spesifik
php artisan migrate:refresh --path=/database/migrations/fileName.php