mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-08 22:15:57 +08:00
change desp to medium text type
This commit is contained in:
parent
6c4329a082
commit
eec94f9f87
@ -16,7 +16,7 @@ class CreatePushDeerMessagesTable extends Migration
|
||||
Schema::create('push_deer_messages', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('uid');
|
||||
$table->string('text');
|
||||
$table->mediumText('text');
|
||||
$table->string('desp')->nullable();
|
||||
$table->string('type')->default('markdown');
|
||||
$table->string('readkey');
|
||||
|
Loading…
Reference in New Issue
Block a user