Add (news bites)

This commit is contained in:
2023-11-21 19:18:11 +08:00
parent 2e38a4120c
commit 3210563e42
37 changed files with 1581 additions and 153 deletions

View File

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