Field 'description' doesn't have a default value
you should probabaly make that column nullable
Either make the description column nullable (default null or empty string) or $description = request()->get('description','fallbackVal');
Sign in to participate in this thread!