-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule AifadianPay-plugin.wiki
added at
4d0a73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
Navicat MySQL Data Transfer | ||
Source Server : hhhblog | ||
Source Server Version : 80030 | ||
Source Host : 175.178.152.24:3306 | ||
Source Database : minecraft | ||
Target Server Type : MYSQL | ||
Target Server Version : 80030 | ||
File Encoding : 65001 | ||
Date: 2024-01-05 17:44:16 | ||
*/ | ||
|
||
SET FOREIGN_KEY_CHECKS=0; | ||
|
||
-- ---------------------------- | ||
-- Table structure for AIFADIAN_ORDERS_0 | ||
-- ---------------------------- | ||
DROP TABLE IF EXISTS `AIFADIAN_ORDERS_0`; | ||
CREATE TABLE `AIFADIAN_ORDERS_0` ( | ||
`out_trade_no` varchar(40) NOT NULL, | ||
`remark` varchar(100) DEFAULT NULL, | ||
`user_id` varchar(40) DEFAULT NULL, | ||
`plan_title` varchar(40) DEFAULT NULL, | ||
`redeem_id` varchar(40) DEFAULT NULL, | ||
`price` varchar(40) DEFAULT NULL, | ||
`insert_time` bigint DEFAULT NULL, | ||
PRIMARY KEY (`out_trade_no`) | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
Navicat MySQL Data Transfer | ||
Source Server : hhhblog | ||
Source Server Version : 80030 | ||
Source Host : 175.178.152.24:3306 | ||
Source Database : minecraft | ||
Target Server Type : MYSQL | ||
Target Server Version : 80030 | ||
File Encoding : 65001 | ||
Date: 2024-01-05 17:44:06 | ||
*/ | ||
|
||
SET FOREIGN_KEY_CHECKS=0; | ||
|
||
-- ---------------------------- | ||
-- Table structure for AIFADIAN_SKUDETAIL_0 | ||
-- ---------------------------- | ||
DROP TABLE IF EXISTS `AIFADIAN_SKUDETAIL_0`; | ||
CREATE TABLE `AIFADIAN_SKUDETAIL_0` ( | ||
`out_trade_no` varchar(40) DEFAULT NULL, | ||
`sku_id` varchar(40) DEFAULT NULL, | ||
`price` varchar(40) DEFAULT NULL, | ||
`name` varchar(40) DEFAULT NULL, | ||
`count` int DEFAULT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters