|
@@ -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('有效触发次数');
|