36 Star 382 Fork 222

exclusiver / springcloud2020

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
payment.sql 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
AllenLayyyy 提交于 2020-03-24 23:27 . update payment.sql.
/*
Navicat Premium Data Transfer
Source Server : CentOS
Source Server Type : MySQL
Source Server Version : 80018
Source Host : 192.168.40.3:3306
Source Schema : db2019
Target Server Type : MySQL
Target Server Version : 80018
File Encoding : 65001
Date: 05/03/2020 19:49:50
*/
SET NAMES utf8mb4;
-- ----------------------------
-- Table structure for payment
-- ----------------------------
DROP TABLE IF EXISTS `payment`;
CREATE TABLE `payment` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'ID',
`serial` varchar(200) DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4;
Java
1
https://gitee.com/exclusiver/springcloud2020.git
git@gitee.com:exclusiver/springcloud2020.git
exclusiver
springcloud2020
springcloud2020
master

搜索帮助