mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Setting up + routing the page
This commit is contained in:
@@ -24,7 +24,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$this->nullableMorphs($table, 'commentator', 'commentator_reactions');
|
||||
$table->foreignId('comment_id')->references('id')->on('comments')->cascadeOnDelete();
|
||||
$table->string('reaction')->collation('C.UTF-8');
|
||||
$table->string('reaction');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user