We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851e919 commit ebd1640Copy full SHA for ebd1640
database/migrations/create_chat_tables.php
@@ -44,6 +44,7 @@ public function up()
44
$table->bigInteger('conversation_id')->unsigned();
45
$table->bigInteger('participation_id')->unsigned()->nullable();
46
$table->string('type')->default('text');
47
+ $table->text('data')->nullable();
48
$table->timestamps();
49
50
$table->foreign('participation_id')
0 commit comments