search fix

This commit is contained in:
Simon Pocrnjič
2024-11-21 21:08:47 +01:00
parent 713bd9ffe3
commit 09fcac7cb5
11 changed files with 126 additions and 262 deletions
@@ -15,7 +15,7 @@ public function up(): void
$table->id();
$table->date('due_date')->nullable();
$table->decimal('amount', 8, 4)->nullable();
$table->text('note')->default('');
$table->text('note')->nullable()->default('');
$table->foreignIdFor(\App\Models\Action::class);
$table->foreignIdFor(\App\Models\Decision::class);
$table->foreignIdFor(\App\Models\ClientCase::class);