Skip to content

How to solve these problems #78

@imhuso

Description

@imhuso

image

 $user->load('wallets.transfers')
Illuminate/Database/QueryException with message 'SQLSTATE[HY000]: General error: 1364 Field 'holder_type' doesn't have a default value (SQL: insert into `wallets` (`updated_at`, `created_at`) values (2019-08-03 14:21:07, 2019-08-03 14:21:07))'
php artisan ide-helper:models
Exception: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'holder_id' cannot be null (SQL: insert into `wallets` (`holder_id`, `holder_type`, `name`, `slug`, `balance`, `updated_at`, `created_at`) values (?, App\User, Cny, cny, 0, 2019-08-03 14:21:57, 2019-08-03 14:21:57))
Could not analyze class App\User.
Exception: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'holder_id' cannot be null (SQL: insert into `wallets` (`holder_id`, `holder_type`, `name`, `slug`, `balance`, `updated_at`, `created_at`) values (?, App\Models\PayOrder, Cny, cny, 0, 2019-08-03 14:21:57, 2019-08-03 14:21:57))
Could not analyze class App\Models\Product.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions