zhangchangchun преди 5 години
родител
ревизия
c12b697240
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      database/migrations/2019_06_01_074135_create_behavior_table.php

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

@@ -27,7 +27,7 @@ class CreateBehaviorTable extends Migration
             $table->tinyInteger('is_open')->comment('是否开启:0.关闭;1.开启');
             $table->date('behavioral_cycle_start_time')->nullable()->comment('行为时间周期开始时间');
             $table->date('behavioral_cycle_end_time')->nullable()->comment('行为时间周期结束时间');
-            //$table->json('allotted_quantity_rule')->nullable()->comment('彩虹豆分配规则');
+            $table->json('allotted_quantity_rule')->nullable()->comment('彩虹豆分配规则');
             $table->string('behavior_identification')->nullable()->comment('行为标识');//英文的行为名称
             $table->integer('trigger_times')->nullable()->comment('触发次数');
             $table->integer('effective_trigger')->nullable()->comment('有效触发次数');