|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
|
|
|
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
|
|
|
/*!40101 SET NAMES utf8 */; |
|
|
|
/*!50503 SET NAMES utf8mb4 */; |
|
|
|
@ -103,4 +103,5 @@ AUTO_INCREMENT=2 |
|
|
|
|
|
|
|
|
|
|
|
ALTER TABLE `book_detail` |
|
|
|
ADD COLUMN `consumer_confirm` TINYINT(4) NULL DEFAULT '0' COMMENT '顾客确认服务时间 0未确认 1已确认' AFTER `small_category_no`; |
|
|
|
ADD COLUMN `consumer_confirm` TINYINT(4) NULL DEFAULT '0' COMMENT '顾客确认服务时间 0未确认 1已确认' AFTER `small_category_no`; |
|
|
|
INSERT INTO `function_permission` (`name`, `url`, `method`, `create_time`) VALUES ('新增客户', 'admin/web/consumer', 'POST', '1'); |