xielin 5 년 전
부모
커밋
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('内容');