parent
b692d8e13b
commit
cf333c8de7
1 changed files with 0 additions and 33 deletions
@ -1,33 +0,0 @@ |
|||||||
/* |
|
||||||
Navicat Premium Data Transfer |
|
||||||
|
|
||||||
Source Server : conpany 102 |
|
||||||
Source Server Type : MySQL |
|
||||||
Source Server Version : 80020 (8.0.20) |
|
||||||
Source Host : 192.168.12.102:3306 |
|
||||||
Source Schema : wx |
|
||||||
|
|
||||||
Target Server Type : MySQL |
|
||||||
Target Server Version : 80020 (8.0.20) |
|
||||||
File Encoding : 65001 |
|
||||||
|
|
||||||
Date: 15/09/2023 15:20:54 |
|
||||||
*/ |
|
||||||
|
|
||||||
SET NAMES utf8mb4; |
|
||||||
SET FOREIGN_KEY_CHECKS = 0; |
|
||||||
|
|
||||||
-- ---------------------------- |
|
||||||
-- Table structure for report |
|
||||||
-- ---------------------------- |
|
||||||
DROP TABLE IF EXISTS `report`; |
|
||||||
CREATE TABLE `report` ( |
|
||||||
`ReportId` int NOT NULL AUTO_INCREMENT, |
|
||||||
`UpdateTime` date DEFAULT NULL, |
|
||||||
`ReportCount` int DEFAULT NULL, |
|
||||||
`ReportType` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, |
|
||||||
`Remark` varchar(500) DEFAULT NULL, |
|
||||||
PRIMARY KEY (`ReportId`) |
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
|
||||||
|
|
||||||
SET FOREIGN_KEY_CHECKS = 1; |
|
Loading…
Reference in new issue