We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I can't upload Cover image
i'm getting an incorrect integer value error while adding cover image to the post
Illuminate \ Database \ QueryException (HY000) SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'ivis1_1517901385.png' for column 'cover_image' at row 1 (SQL: insert into posts (title, body, user_id, cover_image, updated_at, created_at) values (post one, This is post one, 1, filename_1517901385.png, 2018-02-06 07:16:25, 2018-02-06 07:16:25))
Illuminate \ Database \ QueryException (HY000) SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'ivis1_1517901385.png' for column 'cover_image' at row 1 (SQL: insert into posts (title, body, user_id, cover_image, updated_at, created_at) values (post one,
posts
title
body
user_id
cover_image
updated_at
created_at
This is post one
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I can't upload Cover image
i'm getting an incorrect integer value error while adding cover image to the post
The text was updated successfully, but these errors were encountered: