xielin лет назад: 5
Родитель
Сommit
79ad55ce01
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      database/migrations/2019_06_14_155026_create_table_feed.php

+ 1 - 1
database/migrations/2019_06_14_155026_create_table_feed.php

@@ -39,7 +39,7 @@ class CreateTableFeed extends Migration
                 ->default(0)
                 ->comment('相关id');
 
-            $table->string('content', 200)
+            $table->string('content', 1000)
                 ->default('')
                 ->comment('内容');