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