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