night-cherry 1 сар өмнө
parent
commit
b5a66fae6f
1 өөрчлөгдсөн 1 нэмэгдсэн , 14 устгасан
  1. 1 14
      ancientapes.sql

+ 1 - 14
ancientapes.sql

@@ -11,14 +11,12 @@
  Target Server Version : 80027
  File Encoding         : 65001
 
- Date: 08/05/2025 06:49:42
+ Date: 08/05/2025 07:00:29
 */
 
 SET NAMES utf8mb4;
 SET FOREIGN_KEY_CHECKS = 0;
-
 USE ancientapes;
-
 -- ----------------------------
 -- Table structure for area
 -- ----------------------------
@@ -8317,15 +8315,4 @@ CREATE TABLE `t_warehouse_address`  (
 INSERT INTO `t_warehouse_address` VALUES (1, NULL, 1, 1, 44, 45, 560, 844, '畈东小区35栋2单元209', 0, NULL, NULL);
 INSERT INTO `t_warehouse_address` VALUES (2, NULL, 1, 1, 44, 48, 596, 1111, '书香门第3单元', 1, NULL, NULL);
 
--- ----------------------------
--- View structure for series
--- ----------------------------
-DROP VIEW IF EXISTS `series`;
-CREATE ALGORITHM = UNDEFINED SQL SECURITY DEFINER VIEW `series` AS select `t_app_company`.`company_id` AS `company_id`,`t_company`.`id` AS `id`,`t_app_company`.`series` AS `series`,`t_app_information`.`id` AS `id2` from ((`t_company` join `t_app_company` on((`t_company`.`id` = `t_app_company`.`company_id`))) join `t_app_information` on((`t_app_company`.`id` = `t_app_information`.`id`)));
-
--- ----------------------------
--- Records of t_warehouse_address
--- ----------------------------
-INSERT INTO `t_warehouse_address` VALUES ('1', 1, 'SERP2025', 1);
-
 SET FOREIGN_KEY_CHECKS = 1;