I am getting an error when inserting Photo
INSERT INTO
categories
(
name
,
slug
,
image
,
is_active
,
updated_at
,
created_at
)
VALUES
(
Paintings,
paintings,
categories / 01HVYFAKA12GW9SN7993NE7044.jpg,
1,
2024 -04 -20 19: 21: 58,
2024 -04 -20 19: 21: 58
)
Here's the error
I am Using a Mysql Database
I already create A storage path where they where about to create.
How do I fix This2 Replies
Does a record with the
slug
"paintings" already exist?I resolved it thank youu