“personal access” and “password grant” clients table not being created when I run “php artisan passport:install”

When I run “php artisan passport:install” and it gets to the part that it asks ” Would you like to create the “personal access” and “password grant” clients? (yes/no)” and I proceed with “yes”, I get the error below when the tables are being. P.S. I am running laravel-11.0.8.

IlluminateDatabaseQueryException

SQLSTATE[01000]: Warning: 1265 Data truncated for column ‘id’ at row 1 (Connection: mysql, SQL: insert into oauth_clients (user_id, name, secret, provider, redirect, personal_access_client, password_client, revoked, id, updated_at, created_at) values (?, Project Personal Access Client, uEEJLJEJWLEEjn7HUsXOWjakEjO2bPBcH1mHKHDK, ?, http://localhost, 1, 0, 0, 9bca8777-9713-4a42-9aa7-7089781971212, 2024-04-12 17:03:25, 2024-04-12 17:03:25))

I was expecting the tables to be created successfully and the Client ID and Client secret created.