Update (fixes)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user