order_time
order_time order_time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user