Update (fixes)

This commit is contained in:
2023-11-21 20:02:28 +08:00
parent 03b646e44d
commit 27035c1a9b
5 changed files with 8 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ public function up(): void
$table->jsonb('keywords')->nullable();
$table->jsonb('entities')->nullable();
$table->json('metadata')->nullable();
$table->mediumText('keyword_list')->nullable();
$table->mediumText('bites')->nullable();
$table->mediumText('impact')->nullable();
$table->enum('impact_level', ['low', 'medium', 'high'])->default('low');