how to fix "SQLSTATE[42S22]: Column not found: 1054 Unknown column" in laravel 8, php artisan tinker

Published: 30 July 2021
on channel: abs-education
11,189
22

[
$post = new App\Models\Post;
App\Models\Post {#3460}
$post-title = 'titre';
$post-content = 'content';
$post-save();
]
Illuminate\Database\QueryException with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'title' in 'field list' (SQL: insert into `posts` (`title`, `content`, `updated_at`, `created_at`) values (my titre, this is me, 2021-07-30 14:31:32, 2021-07-30 14:31:32))'


Watch video how to fix "SQLSTATE[42S22]: Column not found: 1054 Unknown column" in laravel 8, php artisan tinker online without registration, duration hours minute second in high quality. This video was added by user abs-education 30 July 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,18 once and liked it 2 people.