SQLSTATE[01000]: Warning: 1265 Data truncated for column 'indexable_id' #16
Answered
by
rhonstratos
rhonstratos
asked this question in
Q&A
-
im having a hard time understanding what might be at fault Model
migration schema
dotenv config
|
Beta Was this translation helpful? Give feedback.
Answered by
rhonstratos
Aug 22, 2022
Replies: 1 comment
-
welp, i found the answer.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rhonstratos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
welp, i found the answer.
i removed the
$table->id();
in my schema, i thought that would be unnecessary for my setupi changed the schema and now it works