This commit is contained in:
2023-11-20 00:32:26 +08:00
parent 9ce3e5c82a
commit 2559d4be1c
37 changed files with 288 additions and 12419 deletions

View File

@@ -20,7 +20,7 @@ public function up(): void
$table->json('keywords')->nullable();
$table->mediumText('bites')->nullable();
$table->mediumText('society_impact')->nullable();
$table->enum('society_impact_level', ['low','medium','high'])->default('low');
$table->enum('society_impact_level', ['low', 'medium', 'high'])->default('low');
$table->foreignId('author_id')->nullable();
$table->mediumText('featured_image')->nullable();
$table->text('body')->nullable();