Open Sirajunnasihin opened 4 months ago
Since laravel 11 used uuid for primary key in users table, it will require to change in file 2024_07_07_023631_create_blog_tables from this
2024_07_07_023631_create_blog_tables
$table->foreignId(config('filamentblog.user.foreign_key'))
to this
$table->uuid(config('filamentblog.user.foreign_key'))
@Sirajunnasihin we will have a look and update this workflow accordingly very soon !
Since laravel 11 used uuid for primary key in users table, it will require to change in file
2024_07_07_023631_create_blog_tables
from this$table->foreignId(config('filamentblog.user.foreign_key'))
to this
$table->uuid(config('filamentblog.user.foreign_key'))