wzq 5 년 전
부모
커밋
508d805ebb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      database/migrations/2019_06_04_060233_create_config_message.php

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

@@ -19,7 +19,7 @@ class CreateConfigMessage extends Migration
             $table->string('title', 32)
                 ->comment('活动标题');
 
-            $table->tinyInteger('notice_groups')
+            $table->string('notice_groups', 32)
                 ->default(0)
                 ->comment('通知群体:0:全部;1:原始用户;2.正式用户');