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.正式用户');