I have this error
SQLSTATE[HY000]: General error: 1364 Field 'id' doesn't have a default value
insert into `oauth_clients` (
`user_id`, `name`, `secret`, `provider`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `updated_at`, `created_at`
)
values
(
?, Laravel Personal Access Client, PH9RQTXPcpKZtaLl21NYiShxsBKtqB6ZCFgKlspz, ?, http://localhost, 1, 0, 0, 2021-12-18 18:35:17, 2021-12-18 18:35:17
)
why he throws this error? can you help me?