Replies: 2 comments 1 reply
-
Seems like you are using UUIDs instead of BigInts - so you should adjust the migrations to use UUIDs for the foreign keys. |
Beta Was this translation helpful? Give feedback.
1 reply
-
How did you do it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i got problem here, when im seeding my laravel i got this error, i dont know why:
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'subject_id' at row 1 (SQL: insert into
activity_log
(log_name
,properties
,batch_uuid
,ev ent
,subject_id
,subject_type
,description
,updated_at
,created_at
) values (default, [], ?, created, 71426fad-6a36-4ce9-80eb-079fdb321262, App\Models\User, created, 2022-11-03 16:22:45, 2022-11-03 16:22:45))
Beta Was this translation helpful? Give feedback.
All reactions