order_time

order_time

order_time
This commit is contained in:
xiaoyu
2021-10-30 21:31:36 +08:00
parent 2d36599055
commit d995cd0b9c
4 changed files with 20 additions and 4 deletions
+2
View File
@@ -33,6 +33,8 @@ create table lc_receiver_customers (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='客户表';
alter table lc_receiver_customers add cf_clues varchar(50) not null default '' comment '线索来源' after cf_title;
ALTER TABLE `lc_receiver_customers` ADD `order_time` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT '下单时间' AFTER `dt_time`;
-- ----------------------------
-- Title:客户操作日志表
-- Author:lcc