Skip to content
New issue

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

Error while migration & seeding database #17

Open
syam165 opened this issue Oct 13, 2024 · 0 comments
Open

Error while migration & seeding database #17

syam165 opened this issue Oct 13, 2024 · 0 comments

Comments

@syam165
Copy link

syam165 commented Oct 13, 2024

Database\Seeders\ProductSeeder ............................................................................. RUNNING

Illuminate\Database\QueryException

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'image' in 'field list' (Connection: mysql, SQL: insert into products (title, image, description, price, created_at, updated_at, created_by, updated_by, slug) values (Sunt voluptatem quam laboriosam rerum et error. Ex et ab voluptatibus rem. Quia illum perspiciatis cupiditate vitae
reprehenderit esse. Excepturi omnis impedit quos magni voluptas voluptas., https://via.placeholder.com/640x480.png/00ff99?text=tenetur, I mentioned before, And have grown most uncommonly fat; Yet you turned a corner, 'Oh my ears and the blades of grass, but she could remember them, all these strange Adventures of hers that you have just been picked up.' 'What's in it?' said the Mock Turtle, 'Drive on, old fellow! Don't be all day to day.' This was such a capital one for catching mice you can't help it,' she said to herself, and shouted out, 'You'd better not do that again!' which produced another dead silence. 'It's a mineral, I THINK,' said Alice. 'Why, SHE,' said the Rabbit's voice along--'Catch him, you by the Queen till she too began dreaming after a few yards off. The Cat seemed to be true): If she should push the matter with it. There was nothing on it in asking riddles that have no idea what Latitude was, or Longitude I've got to go down--Here, Bill! the master says you're to go down--Here, Bill! the master says you're to go down--Here, Bill! the master says you're to go with Edgar Atheling to meet William and offer him the crown. William's conduct at first she would gather
about her other little children, and everybody laughed, 'Let the jury consider their verdict,' the King said, for about
the temper of your flamingo. Shall I try the effect: the next witness was the only one who had followed him into the garden door. Poor Alice! It was the Hatter. 'It isn't mine,' said the King. 'When did you begin?' The Hatter was the same thing as "I get what I say,' the Mock Turtle went on. 'We had the best thing to get an opportunity of saying to herself,
as she could, and waited till the eyes appeared, and then nodded. 'It's no use denying it. I suppose it doesn't matter much,' thought Alice, and her eyes immediately met those of a tree. 'Did you say it.' 'That's nothing to do." Said the mouse to the Mock Turtle repeated thoughtfully. 'I should have liked teaching it tricks very much, if--if I'd only been the whiting,' said Alice, timidly; 'some of the baby?' said the King said, with a sigh: 'it's., 4.94, 2024-10-13 10:06:00, 2024-10-13 10:06:00, 1, 1, sunt-voluptatem-quam-laboriosam-rerum-et-error-ex-et-ab-voluptatibus-rem-quia-illum-perspiciatis-cupiditate-vitae-reprehenderit-esse-excepturi-omnis-impedit-quos-magni-voluptas-voluptas))

at vendor\laravel\framework\src\Illuminate\Database\Connection.php:813
809▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
810▕ );
811▕ }
812▕
➜ 813▕ throw new QueryException(
814▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
815▕ );
816▕ }
817▕ }

1 vendor\laravel\framework\src\Illuminate\Database\Connection.php:565
PDOException::("SQLSTATE[42S22]: Column not found: 1054 Unknown column 'image' in 'field list'")

2 vendor\laravel\framework\src\Illuminate\Database\Connection.php:565
PDO::prepare("insert into products (title, image, description, price, created_at, updated_at, created_by, updated_by, slug) values (?, ?, ?, ?, ?, ?, ?, ?, ?)")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant