加长日志表字段长度

main
yanzai 1 year ago
parent 6b2c5eaceb
commit ab06c4e05d

@ -210,7 +210,7 @@ class AspNetZhuanController extends Controller
$table->string('mark', 50)->index(); $table->string('mark', 50)->index();
$table->text('post_data'); $table->text('post_data');
$table->text('response_data')->nullable(); $table->text('response_data')->nullable();
$table->string('request_url', 1000); $table->string('request_url', 2000);
$table->timestamps(); $table->timestamps();
}); });
} }

@ -67,7 +67,7 @@ class SiXinPushController extends Controller
$table->string('mark', 50)->index(); $table->string('mark', 50)->index();
$table->longText('post_data'); $table->longText('post_data');
$table->text('response_data')->nullable(); $table->text('response_data')->nullable();
$table->string('request_url', 300); $table->string('request_url', 2000);
$table->timestamps(); $table->timestamps();
}); });
} }

@ -190,7 +190,7 @@ class PEISApiController extends Controller
$table->string('mark', 50)->index(); $table->string('mark', 50)->index();
$table->text('post_data'); $table->text('post_data');
$table->text('response_data')->nullable(); $table->text('response_data')->nullable();
$table->string('request_url', 300); $table->string('request_url', 2000);
$table->timestamps(); $table->timestamps();
}); });
} }

@ -97,7 +97,7 @@ class XCXApiController extends Controller
$table->string('mark', 50)->index(); $table->string('mark', 50)->index();
$table->text('post_data'); $table->text('post_data');
$table->text('response_data')->nullable(); $table->text('response_data')->nullable();
$table->string('request_url', 300); $table->string('request_url', 2000);
$table->timestamps(); $table->timestamps();
}); });
} }

@ -99,7 +99,7 @@ class LogService
$table->text('get_data'); $table->text('get_data');
$table->text('header_data'); $table->text('header_data');
$table->text('response_data')->nullable(); $table->text('response_data')->nullable();
$table->string('request_url', 300); $table->string('request_url', 2000);
$table->string('create_time', 30); $table->string('create_time', 30);
$table->string('update_time', 30); $table->string('update_time', 30);
$table->timestamps(); $table->timestamps();

@ -281,7 +281,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="botm_blank_wrapper" style="font-size: 18rpx;color: #ccc;">10302313</view> <view class="botm_blank_wrapper" style="font-size: 18rpx;color: #ccc;">10312335</view>
</view> </view>
</view> </view>
</template> </template>

Loading…
Cancel
Save