xielin hace 5 años
padre
commit
79ad55ce01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('内容');