mirror of
https://github.com/easychen/pushdeer.git
synced 2026-08-30 17:33:34 +08:00
change desp to medium text type
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user