add table guide model log

This commit is contained in:
Hankin 2025-11-25 09:51:54 +08:00
parent 332bc9aff6
commit b6c79ae9c6

View File

@ -3,7 +3,7 @@ CREATE TABLE `ufutx_guide_model_log` (
`user_id` INTEGER NOT NULL COMMENT '用户id',
`order_id` INTEGER NOT NULL COMMENT "订单id",
`model` INTEGER DEFAULT NULL COMMENT '模式 13+421+6',
`start_date` TIMESTAMP NULL DEFAULT NULL COMMENT "开始时间",
`start_date` DATE NULL DEFAULT NULL COMMENT "开始时间",
`service_user_id` INTEGER DEFAULT NULL COMMENT '服务人员id',
`created_at` TIMESTAMP NULL DEFAULT NULL,
`updated_at` TIMESTAMP NULL DEFAULT NULL,