We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
When i try to create the notification table, i have this error
php artisan notifications:table php artisan migrate Migrating: 2020_10_02_063013_create_notifications_table BadMethodCallException Method Cooperl\Database\DB2\Schema\Grammars\DB2Grammar::typeUuid does not exist. at vendor/laravel/framework/src/Illuminate/Support/Traits/Macroable.php:103 99| */ 100| public function __call($method, $parameters) 101| { 102| if (! static::hasMacro($method)) { > 103| throw new BadMethodCallException(sprintf( 104| 'Method %s::%s does not exist.', static::class, $method 105| )); 106| } 107| +9 vendor frames 10 database/migrations/2020_10_02_063013_create_notifications_table.php:23 Illuminate\Support\Facades\Facade::__callStatic("create") +22 vendor frames 33 artisan:37 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
They are a solution ?
I would like to express my gratitude for all your help in this matter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
When i try to create the notification table, i have this error
They are a solution ?
I would like to express my gratitude for all your help in this matter
The text was updated successfully, but these errors were encountered: