修改message字段长度

This commit is contained in:
Easy 2022-01-19 12:02:10 +08:00
parent c65e41b227
commit 2b44e4d5b0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class CreatePushDeerMessagesTable extends Migration
$table->id();
$table->string('uid');
$table->mediumText('text');
$table->string('desp')->nullable();
$table->longText('desp');
$table->string('type')->default('markdown');
$table->string('readkey');
$table->string('url')->nullable();