wzq лет назад: 5
Родитель
Сommit
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.正式用户');