Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit e868f57

Browse files
authored
Update upgrading.md
Changing migration example to proper artisan syntax.
1 parent c3b2190 commit e868f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Schema::create('users', function (Blueprint $table) {
113113

114114
Otherwise if you're upgrading from v5, make another migration and add the column to your `users` table.
115115

116-
Ex. `php artisan migration:make add_objectguid_column`
116+
Ex. `php artisan make:migration add_objectguid_column`
117117

118118
```php
119119
Schema::table('users', function (Blueprint $table) {

0 commit comments

Comments
 (0)