Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
2 views
9 pages
Project
Uploaded by
Sanjiv TS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Project For Later
Download
Save
Save Project For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
2 views
9 pages
Project
Uploaded by
Sanjiv TS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Project For Later
Carousel Previous
Carousel Next
Download
Save
Save Project For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 9
Search
Fullscreen
Project
/*140101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*140101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*140101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*150503 SET NAMES utf8 */;
/*140103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*140103 SET TIME_ZONE='+00:00' */;
/*140014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*140014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*140101 SET @OLD_SQL_MODE=Q@SQL_MODE, SQL_MODE= 'NO_AUTO_VALUE_ON_ZERO' */;
/*140111 SET @OLD_ SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Table structure for table 'bank_details"
DROP TABLE IF EXISTS "bank_details" ;
/*140101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
CREATE TABLE "bank_details' (
"bankId varchar(15) NOT NULL,
'clientId varchar(15) NOT NULL,
*bankName' varchar(45) NOT NULL,
*kdk* varchar(38) DEFAULT NULL,
•bdk1 varchar(38) DEFAULT NULL,
"bdk2' varchar(38) DEFAULT NULL,
"bdk3* varchar(38) DEFAULT NULL,
"bdk4 varchar(38) DEFAULT NULL,
"bdk5* varchar(38) DEFAULT NULL,
"bps1' varchar(38) DEFAULT NULL,
"bps2' varchar(38) DEFAULT NULL,
"bps3' varchar (38) DEFAULT NULL,
"bps4' varchar(38) DEFAULT NULL,
"bps5" varchar(38) DEFAULT NULL,
'createdon* timestamp NULL DEFAULT CURRENT_TIMESTAMP,
"updatedon timestamp NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (' bankId'),
KEY 'clienit id_idx" (clientId')
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
COMMENT='bank_details';
/*140101 SET character_set_client = @saved_cs_client */;
-- Dumping data for table "bank _details'
LOCK TABLES "bank_details' WRITE;
/*140000 ALTER TABLE "bank_details" DISABLE KEYS */;
INSERT INTO "bank_details VALUES ('CPBA01', '32645177', 'CUB', NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-22 07:57:03',
/*140000 ALTER TABLE "bank_details' ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS "bank_ids' ;
• /*!40101 SET @saved_cs_client = @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
• @ CREATE TABLE "bank_ids" (
"bankIndex' int NOT NULL,
'idSeqeunce' int DEFAULT NULL, PRIMARY KEY (*bankIndex")
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*140101 SET character_set_client = @saved_cs_client */;
- -
--
-- Dumping data for table 'bank_ids'
LOCK TABLES 'bank_ids' WRITE;
/*!40000 ALTER TABLE "bank_ids' DISABLE KEYS */;
INSERT INTO "bank_ids' VALUES (1,1000000240);
/*140000 ALTER TABLE "bank_ids' ENABLE KEYS */;
UNLOCK TABLES;
-- Table structure for table 'clientCounter"
DROP TABLE IF EXISTS 'clientCounter' ;
/*!40101 SET @saved_cs_client
= @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE 'clientCounter' (
'clientId' varchar(45) NOT NULL,
"count' int DEFAULT NULL, PRIMARY KEY (clientId")
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*140101 SET character_set_client = @saved_cs_client */;
-- Dumping data for table 'clientCounter'
LOCK TABLES 'clientCounter' WRITE;
/*!40000 ALTER TABLE 'clientCounter' DISABLE KEYS */;
INSERT INTO 'clientCounter' VALUES ('11484365',4), ('13374595' ,2),
('13998353' ,2), ('14754896' ,1), ('15228667' ,4), ('15345714' ,1).
/*140000 ALTER TABLE 'clientCounter' ENABLE KEYS */;
UNLOCK TABLES;
-- Table structure for table "client_change_log'
DROP TABLE IF EXISTS 'client_change_log* ;
/*140101 SET @saved_cs_client = @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
CREATE TABLE 'client_change_log' (
'clientId varchar(15) NOT NULL,
'version' int NOT NULL DEFAULT '1',
'clientName' varchar(45) NOT NULL,
"ipAddress' varchar(15) NOT NULL,
"cryptType varchar(20) NOT NULL,
'status' varchar(15) DEFAULT 'new',
'createdon' datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (clientid, version'),
KEY "version_idx' (version')
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*140101 SET character_set_client = @saved_cs_client */;
-- Dumping data for table 'client_change_log'
LOCK TABLES 'client_change_log' WRITE;
/*!40000 ALTER TABLE 'client_change_log* DISABLE KEYS */;
INSERT INTO 'client_change_log' VALUES ('11484365',1, 'Deepin promoth suthan',
'10.1.1.4', '101', 'active', '2024-10-25 16:52:14'), ('11484365'.
/*!40000 ALTER TABLE 'client_change_log* ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS 'client_status _history' ;
• /*140101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
• @ CREATE TABLE 'client_status_history' (
'clientId' varchar(15) NOT NULL,
'id' int NOT NULL,
'version' int NOT NULL DEFAULT '1',
'status' varchar(20) DEFAULT 'new',
'createdBy' varchar(45) DEFAULT 'super admin',
•createdon' datetime DEFAULT CURRENT_TIMESTAMP,
"description' varchar(200) DEFAULT NULL, PRIMARY KEY (clientId, 'id'),
KEY 'clientId_idx' (clientId')
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*140101 SET character_set_client = @saved_cs_client */;
-- Dumping data for table 'client_status_history"
LOCK TABLES "client_status_history' WRITE;
1*140000 ALTER TABLE 'Client_status_history' DISABLE KEYS */;
INSERT INTO 'client_status_history' VALUES ('11484365',1,1, 'new',NULL, '2024-10-25
16:52:15',NULL), ('11484365' ,2,1, 'approved', NULL, '2
/*140000 ALTER TABLE "client_status_history ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS 'clientapps';
/*140101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
• CREATE TABLE 'clientapps" (
'clientId varchar(8) CHARACTER SET latin1 COLLATE latini_swedish_ci NOT NULL,
'crypttype varchar(45) CHARACTER SET latini COLLATE latini_swedish_ci DEFAULT NULL,
"secretkey varchar(32) CHARACTER SET latini COLLATE latini_swedish_ci DEFAULT NULL,
"accessToken' varchar(45) CHARACTER SET latini COLLATE latini_swedish_ci DEFAULT
NULL,
'ipAddress' varchar(15) CHARACTER SET latini COLLATE latini_swedish_ci DEFAULT
NULL,
'clientName' varchar(40) CHARACTER SET latini COLLATE latini_swedish_ci DEFAULT
NULL,
'ecPubKey' varchar(125) CHARACTER SET latini COLLATE latini_swedish_ci DEFAULT
NULL,
'createdon' timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updatedon' datetime DEFAULT NULL,
'status' varchar(45) DEFAULT 'inacive',
PRIMARY KEY (clientid")
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*140101 SET character_set_client = @saved_cs_client */;
- -
-- Dumping data for table 'clientapps"
LOCK TABLES 'clientapps' WRITE;
/*140000 ALTER TABLE 'clientapps' DISABLE KEYS */;
INSERT INTO 'clientapps' VALUES ('11484365', '103',
'8996C26808994DB1A49572C67436B891',
'dwH19/ZqQ40u5aFY3JUvhUttqAn17EqNhzCkMGw1qTg=','10.1.
/*!40000 ALTER TABLE 'clientapps' ENABLE KEYS */;
Activ
UNLOCK TABLES;
DROP TABLE IF EXISTS 'encrypted _data" ;
2 • /*140101 SET @saved_cs_client
= @@character_set_client */;
3 • /*150503 SET character_set_client = utf8mb4 */;
4 • @ CREATE TABLE "'encrypted_data* (
'uuid" varchar(32) NOT NULL,
6
'data' varchar(2048) NOT NULL,
"createdon' datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY ('uuid"),
UNIQUE KEY 'uuid_UNIQUE' (uuid")
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_C];
1 • /*140101 SET character_set_client = @saved_
_cs_client */;
4|
-- Dumping data for table 'encrypted _data'
--
7 • LOCK TABLES 'encrypted_data' WRITE;
/*!40000 ALTER TABLE 'encrypted_data' DISABLE KEYS */;
INSERT INTO 'encrypted_data VALUES ('024d0a9ec66e4a99ac50de4e6c8d8341',
'10875A46CBA269937C257B19B049497FF55A110C3B08AAE99BE55A85BB1C4794[|
/*!40000 ALTER TABLE 'encrypted
_data ENABLE KEYS */;
1 • UNLOCK TABLES;
DROP TABLE IF EXISTS ' encrypted
_data_secretkey* ;
228 • /*|40101 SET @saved_cs_client
= @@character_set_client */;
229 • /*|50503 SET character_set_client = utf8mb4 */;
230 • @ CREATE TABLE ' encrypted_
_data_secretkey' (
231
'uuid' varchar(32) NOT NULL,
232
'secretkey' varchar(164) NOT NULL,
2331
'createdon' datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
234
PRIMARY KEY ('uuid"),
235
UNIQUE KEY "uuid_UNIQUE' ('uuid*),
236
CONSTRAINT 'uuid' FOREIGN KEY ('uuid") REFERENCES 'encrypted_data ('uuid")
237
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
238 • /*140101 SET character_set_client = @saved_cs_client */;
239
240
241
-- Dumping data for table 'encrypted _data_secretkey"
242
243
244 •
LOCK TABLES "encrypted_data_secretkey' WRITE;
245 • /*140000 ALTER TABLE 'encrypted
_data_secretkey* DISABLE KEYS */;
246 •
INSERT INTO 'encrypted _data_secretkey' VALUES ('024d0a9ec66e4a99ac50de4e6c8d8341',
'DF100103D213001122334455001
247 • /*140000 ALTER TABLE 'encrypted _data_secretkey ENABLE KEYS */;
248 • UNLOCK TABLES;
249
250
Tohlol
etniptuing
DROP TABLE IF EXISTS 'file_upload' ;
55 • /*140101 SET @saved_cs_client
= @@character_set_client */;
56 • /*150503 SET character_set_client = utf8mb4 */;
57 • @ CREATE TABLE 'file_upload" (
.58
'bankId' varchar(15) NOT NULL,
.59
'primaryFile' longblob NOT NULL,
60
-61
'secondaryFile' longblob NOT NULL,
"kskFile' longblob NOT NULL,
.62
PRIMARY KEY (bankId')
.63|
64 •
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
.65
.66
.67
-- Dumping data for table 'file_upload'
.68|
--
.69|
.70 •
LOCK TABLES 'file_upload' WRITE;
.71 •
/*!40000 ALTER TABLE "file_upload™ DISABLE KEYS */;
.72 •
.73 •
/*!40000 ALTER TABLE "file_upload" ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS mdk*;
/*140101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
• @ CREATE TABLE "mdk' (
'id' int NOT NULL DEFAULT '1',
"mdk' varchar(38) NOT NULL, PRIMARY KEY ('id*)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
• /*140101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table 'mdk*
•
LOCK TABLES "mdk' WRITE;
/*!40000 ALTER TABLE 'mdk DISABLE KEYS */;
INSERT INTO 'mdk' VALUES (1,'02112233445500000033000000000000000000');
/*!40000 ALTER TABLE "mdk ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS network_key_sequence;
/*140101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
• @ CREATE TABLE "network_key_sequence" (
'clientId varchar(15) DEFAULT NULL,
"bankId varchar(15) NOT NULL,
'zmkSequence int DEFAULT NULL,
'zpkSequence' int DEFAULT NULL,
'hmacSequence' int DEFAULT NULL,
'createdon' datetime DEFAULT CURRENT_TIMESTAMP,
'updatedon' datetime DEFAULT NULL, PRIMARY KEY (*bankId*),
CONSTRAINT 'bank_id' FOREIGN KEY ('bankId') REFERENCES 'bank_details (bankId*)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
• /*140101 SET character_set_client = @saved_cs_client */;
-- Dumping data for table "network_key_sequence'
•
- -
LOCK TABLES "network_key_sequence' WRITE;
/*140000 ALTER TABLE 'network_key_sequence DISABLE KEYS */;
INSERT INTO "network_key_sequence VALUES (NULL, 'CPBA01008000091',
10800,10800,10000, 2024-07-03 15:35:27',NULL), (NULL, 'CPBA01000080093', 10
/*140000 ALTER TABLE "network_key_sequence ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS "network_keys' ;
/*140101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
• @ CREATE TABLE "network_keys' (
"bankId' varchar(15) NOT NULL,
'networkRouteName' varchar(20) NOT NULL,
'clientId' varchar(15) DEFAULT NULL,
"bankName" varchar(45) DEFAULT NULL,
"zmk' varchar(38) DEFAULT NULL,
"zmk_kcv' varchar(6) DEFAULT NULL,
"zmkKeyId" varchar(15) DEFAULT NULL,
'previousZPKToken' varchar(164) DEFAULT NULL,
'zpkToken" varchar(164) DEFAULT NULL,
"incompleteZPK' varchar (164) DEFAULT NULL,
"zpk_kcv' varchar(6) DEFAULT NULL,
"zpkKeyId varchar(15) DEFAULT NULL,
'hmac' varchar(38) DEFAULT NULL,
"hmac_kcv' varchar(6) DEFAULT NULL,
"hmacKeyId varchar(15) DEFAULT NULL,
'createdon' datetime DEFAULT CURRENT_TIMESTAMP,
"updatedon' datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY ("bankId",
networkRouteName*),
CONSTRAINT 'bankid_new FOREIGN KEY ('bankId") REFERENCES 'bank_details' (bankId')
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
• /*140101 SET character_set_client = @saved_cs_client */;
LOCK TABLES 'network_keys' WRITE;
/*!40000 ALTER TABLE 'network_keys* DISABLE KEYS */;
INSERT INTO 'network_keys' VALUES ('CPBA01000000091', 'route1' ,NULL,NULL,
'02112233445500888008888880888000
/*140000 ALTER TABLE 'network_keys' ENABLE KEYS */;
• UNLOCK TABLES;
-- Table structure for table 'permission_file'
• DROP TABLE IF EXISTS 'permission_file';
• /*140101 SET @saved_cs_client
= @@character_set_client */;
• /*150503 SET character_set_client = utf8mb4 */;
• © CREATE TABLE 'permission_file' (
"version' double NOT NULL,
'fileContent' longtext NOT NULL,
'createdon' timestamp NULL DEFAULT CURRENT_TIMESTAMP,
'updatedon datetime DEFAULT NULL, PRIMARY KEY ('version')
• ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
• /*140101 SET character_set_client = @saved_cs_client */;
LOCK TABLES "permission_file' WRITE;
/*!40000 ALTER TABLE 'permission_file' DISABLE KEYS */;
INSERT INTO 'permission_file' VALUES (0.1,'(Ir\n I"_idl": ("crypt\", Irin \"name)":
\"crypt)", Ir\n
/*140000 ALTER TABLE 'permission_file ENABLE KEYS */;
UNLOCK TABLES;
\"version\": 0.1,\r\n
\"per
-- Table structure for table 'sessionkeys'
- -
DROP TABLE IF EXISTS 'sessionkeys' ;
/*140101 SET @saved_cs_client = @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
CREATE TABLE 'sessionkeys' (
"keyId varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
'encSessionkey' varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT
NULL,
'createdon timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE
CURRENT_TIMESTAMP, PRIMARY KEY ('keyId*)
) ENGINE=InnODB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*140101 SET character_set_client = @saved_cs_client */;
LOCK TABLES 'sessionkeys' WRITE;
/*!40000 ALTER TABLE 'sessionkeys* DISABLE KEYS */;
INSERT INTO 'sessionkeys' VALUES
('048c7fde113f4c889335b403d66b5c8e','ZaXz8iGTPP0iH/B8reYvm1cKubxntieBFELFdWZzE62xPY
sFT
/*!40000 ALTER TABLE 'sessionkeys* ENABLE KEYS */;
UNLOCK TABLES;
-- Table structure for table "terminal_details'
DROP TABLE IF EXISTS 'terminal_details' ;
/*!40101 SET @saved_cs_client
= @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
@ CREATE TABLE 'terminal_details' (
'clientId' varchar(15) DEFAULT NULL,
"bankId' varchar(15) NOT NULL,
'tid' varchar(8) NOT NULL,
'tmkKeyToken' varchar(164) DEFAULT NULL,
'status' int DEFAULT '1',
"bdkId' int NOT NULL,
"ksnCounter' int DEFAULT '0',
'createdon' datetime DEFAULT CURRENT_TIMESTAMP,
"updatedon' datetime DEFAULT NULL, PRIMARY KEY (tid"),
KEY 'bankid_idx' ('bankId'),
CONSTRAINT 'bankid' FOREIGN KEY ('bankId") REFERENCES 'bank _details' ('bankId")
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai.
_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
LOCK TABLES 'terminal_details' WRITE;
/*!40000 ALTER TABLE "terminal_details DISABLE KEYS */;
INSERT INTO 'terminal_details' VALUES ('14735766', 'CPBA01000000131', 'A9574307',
'DF100103D213001122334455000088000004
/*!40000 ALTER TABLE 'terminal_details' ENABLE KEYS */;
UNLOCK TABLES;
-- Table structure for table 'tokenized _cards'
DROP TABLE IF EXISTS 'tokenized_cards' ;
"!40101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
O CREATE TABLE "tokenized_cards" (
"uuid' varchar(32) NOT NULL,
'encCardDetails' varchar(500) NOT NULL,
'clientId varchar(15) NOT NULL,
'referenceld varchar(30) DEFAULT NULL,
"maskCard' varchar(500) NOT NULL,
"createdon' timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY ('uuid'),
KEY 'clientId (clientId','referenceld')
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*140101 SET character_set_client = @saved_cs_client */;
LOCK TABLES 'tokenized_cards' WRITE;
/*140000 ALTER TABLE tokenized _cards' DISABLE KEYS */;
INSERT INTO 'tokenized_cards' VALUES ('00bb3fa6a9f84d5185568ba807a3fe0',
'1215150412390751', '58875877', '4554645656' , '123456_
/*!40000 ALTER TABLE 'tokenized_cards ENABLE KEYS */;
UNLOCK TABLES;
- -
-- Table structure for table 'tokenized _keys'
- -
DROP TABLE IF EXISTS "tokenized_keys* ;
/*140101 SET @saved_cs_client = @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
> CREATE TABLE 'tokenized_keys' (
'uuid' varchar (32) NOT NULL,
"diversificationkey' varchar(16) NOT NULL,
"bpsId' int NOT NULL,
'createdon' timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY ('uuid'),
CONSTRAINT "tokenid' FOREIGN KEY ('uuid") REFERENCES 'tokenized_cards' ('uuid")
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*140101 SET character_set_client = @saved_cs_client */;
LOCK TABLES 'tokenized_keys" WRITE;
/*!40000 ALTER TABLE 'tokenized_keys* DISABLE KEYS */;
INSERT INTO 'tokenized _keys' VALUES ('00bb3fa6a9f84d5185568ba807a3fe0',
'2794314902132303',0, '2024-07-09 14:25:38'), /*!40000 ALTER TABLE 'tokenized_keys'
ENABLE KEYS */;
UNLOCK TABLES;
-- Table structure for table 'transaction"
DROP TABLE IF EXISTS "transaction' ;
/*!40101 SET @saved_cs_client
= @@character_set_client */;
/*150503 SET character_set_client = utf8mb4 */;
> CREATE TABLE 'transaction' (
"uuid' varchar(32) NOT NULL,
'clientId varchar(15) NOT NULL,
"bankId' varchar(15) NOT NULL,
'encryptedTlv' varchar(2048) NOT NULL,
'ksn' varchar(24) NOT NULL,
"bpsId" int DEFAULT NULL,
'createdon datetime DEFAULT CURRENT_TIMESTAMP,
"updatedon" datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY ('uuid'),
KEY "bankId_idx' (bankId')
• ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*140101 SET character_set_client = @saved_cs_client */;
LOCK TABLES 'transaction' WRITE;
/*140000 ALTER TABLE "transaction" DISABLE KEYS */;
INSERT INTO 'transaction' VALUES ('0014dd47839841dfac0c94361b277bba', '64568175',
'CPBA01000000225', '25900647DE02477354295A025AF2B74
/*140000 ALTER TABLE "transaction' ENABLE KEYS */;
UNLOCK TABLES;
/*140103 SET TIME_ZONE @OLD_TIME_ZONE */;
/*140101 SET SQL_MODE=@OLD_SQL_MODE */;
/*140014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*140014 SET UNIQUE_CHECKS-@OLD _UNIQUE_CHECKS */;
/*140101 SET CHARACTER_SET_CLIENT-@OLD_CHARACTER_SET_CLIENT */;
/*140101 SET CHARACTER_SET_RESULTS-@OLD_CHARACTER_SET_RESULTS */;
/*140101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*140111 SET SQL_NOTES-@OLD_SQL_NOTES */;
You might also like
SQL Queries: 200+ Queries to Challenge you.
From Everand
SQL Queries: 200+ Queries to Challenge you.
Swaroop Kallakuri
5/5 (2)
Solved - If The Salmon River Temperature in Problem 7-33 Decreas...
PDF
No ratings yet
Solved - If The Salmon River Temperature in Problem 7-33 Decreas...
2 pages
Eb018460 01
PDF
50% (2)
Eb018460 01
10 pages
Memorandum of Agreement
PDF
100% (5)
Memorandum of Agreement
2 pages
cst363 Schema
PDF
No ratings yet
cst363 Schema
14 pages
MySQL
PDF
No ratings yet
MySQL
7 pages
Database Backup.sql 2
PDF
No ratings yet
Database Backup.sql 2
1,558 pages
Script
PDF
No ratings yet
Script
5 pages
Database Mysql
PDF
No ratings yet
Database Mysql
4 pages
Libreria PDF
PDF
No ratings yet
Libreria PDF
18 pages
MySQL Dump 10
PDF
No ratings yet
MySQL Dump 10
57 pages
Videotec
PDF
No ratings yet
Videotec
8 pages
Gestao Llivraria Online
PDF
No ratings yet
Gestao Llivraria Online
6 pages
Base de Datos (BD - Ventas) - 1
PDF
No ratings yet
Base de Datos (BD - Ventas) - 1
14 pages
scriptSQL
PDF
No ratings yet
scriptSQL
8 pages
Classicmodels SQL
PDF
No ratings yet
Classicmodels SQL
56 pages
Mifospltaform Tenants First Time Install
PDF
No ratings yet
Mifospltaform Tenants First Time Install
8 pages
Mysql
PDF
No ratings yet
Mysql
115 pages
Movie Ticket Booking System Project Report
PDF
No ratings yet
Movie Ticket Booking System Project Report
22 pages
PHP Index
PDF
No ratings yet
PHP Index
88 pages
Scrip Titanic
PDF
No ratings yet
Scrip Titanic
60 pages
Backup 2
PDF
No ratings yet
Backup 2
59 pages
Sik Baru
PDF
No ratings yet
Sik Baru
1,854 pages
Drop Table If Exists Create Table Int Not Null Varchar Not Null Date Not Null Not Null Default Varchar Default Null Primary Key Default
PDF
No ratings yet
Drop Table If Exists Create Table Int Not Null Varchar Not Null Date Not Null Not Null Default Varchar Default Null Primary Key Default
8 pages
New Text Document
PDF
No ratings yet
New Text Document
4 pages
DB - Structure Part4
PDF
No ratings yet
DB - Structure Part4
10 pages
project library-system
PDF
No ratings yet
project library-system
23 pages
Database SQL
PDF
No ratings yet
Database SQL
1 page
DB
PDF
No ratings yet
DB
18 pages
Satabase
PDF
No ratings yet
Satabase
7 pages
Bddoc
PDF
No ratings yet
Bddoc
1 page
SQL Sales Management
PDF
No ratings yet
SQL Sales Management
6 pages
t2 SQL
PDF
No ratings yet
t2 SQL
1 page
Relational Database Management System: Rilliant'
PDF
No ratings yet
Relational Database Management System: Rilliant'
21 pages
Parte Tres Parcial
PDF
No ratings yet
Parte Tres Parcial
3 pages
Database Latest
PDF
No ratings yet
Database Latest
3 pages
DB - Structure Part5
PDF
No ratings yet
DB - Structure Part5
10 pages
SQL Code
PDF
No ratings yet
SQL Code
15 pages
DBMS Project Report (07, 69, 115)
PDF
No ratings yet
DBMS Project Report (07, 69, 115)
13 pages
SQL Practice-HR DataBase
PDF
No ratings yet
SQL Practice-HR DataBase
12 pages
Converted Fileproinfo Testlink Create Tables
PDF
No ratings yet
Converted Fileproinfo Testlink Create Tables
19 pages
Expt 4 C
PDF
No ratings yet
Expt 4 C
25 pages
Bank Management System Python MySQL Project
PDF
No ratings yet
Bank Management System Python MySQL Project
12 pages
Sakila-schema Copy 2
PDF
No ratings yet
Sakila-schema Copy 2
13 pages
Sakila Corregida
PDF
No ratings yet
Sakila Corregida
8 pages
last dbms
PDF
No ratings yet
last dbms
25 pages
KBC North Maharashtra University, Jalgaon: Movie Ticket Booking System
PDF
No ratings yet
KBC North Maharashtra University, Jalgaon: Movie Ticket Booking System
23 pages
Base de Dato Licores
PDF
No ratings yet
Base de Dato Licores
7 pages
Create Database Library
PDF
No ratings yet
Create Database Library
15 pages
DBMS File
PDF
No ratings yet
DBMS File
25 pages
nubetsql
PDF
No ratings yet
nubetsql
56 pages
DML Landscape
PDF
No ratings yet
DML Landscape
14 pages
Dbms Project Insurance Management System Company: by Ghazal Shambayati NEU ID:001238014
PDF
No ratings yet
Dbms Project Insurance Management System Company: by Ghazal Shambayati NEU ID:001238014
27 pages
Vistas
PDF
No ratings yet
Vistas
5 pages
geekweb
PDF
No ratings yet
geekweb
31 pages
Nadia 04708.sql
PDF
No ratings yet
Nadia 04708.sql
3 pages
case study-4
PDF
No ratings yet
case study-4
15 pages
Set Search - Path To Sales CREATE TABLE Customers (Id Integer NOT NULL, Lastname Text NOT NULL
PDF
No ratings yet
Set Search - Path To Sales CREATE TABLE Customers (Id Integer NOT NULL, Lastname Text NOT NULL
3 pages
Daada
PDF
No ratings yet
Daada
5 pages
Acfrogbdobbnblgzwdblkabwvxyxg0iz-O0x9e5 2chcbliqli8pd4m8ivji4xii61h8hhelhneyftw0ovme5inwhck28yqjhpulwr 4a3t98oscuss8lpokxnfatc4nxhgqbg45yxhfw8k3zwgv
PDF
No ratings yet
Acfrogbdobbnblgzwdblkabwvxyxg0iz-O0x9e5 2chcbliqli8pd4m8ivji4xii61h8hhelhneyftw0ovme5inwhck28yqjhpulwr 4a3t98oscuss8lpokxnfatc4nxhgqbg45yxhfw8k3zwgv
3 pages
DDL y DML
PDF
No ratings yet
DDL y DML
10 pages
quiz
PDF
No ratings yet
quiz
8 pages
Basic DBA Query v.1: Oracle Database
From Everand
Basic DBA Query v.1: Oracle Database
Oraclesql-plsql
5/5 (1)
Sted Ro List 26 September 2022
PDF
No ratings yet
Sted Ro List 26 September 2022
277 pages
ROTOR
PDF
No ratings yet
ROTOR
33 pages
Hemorrhoidal Laser Procedure - Short - and Long-Term Results From A Prospective Study
PDF
No ratings yet
Hemorrhoidal Laser Procedure - Short - and Long-Term Results From A Prospective Study
5 pages
Foundation of Education
PDF
No ratings yet
Foundation of Education
4 pages
MIT & CIT 2023
PDF
No ratings yet
MIT & CIT 2023
1 page
AWB#774884597778
PDF
No ratings yet
AWB#774884597778
4 pages
6 Chase Nat'l Bank of New York V Battat
PDF
No ratings yet
6 Chase Nat'l Bank of New York V Battat
2 pages
72 BB
PDF
No ratings yet
72 BB
16 pages
DIGEST Sps. Ramos v. Obispo
PDF
100% (2)
DIGEST Sps. Ramos v. Obispo
3 pages
CBLC9 Module Datasheet - Tuya IoT Development Platform - Tuya IoT Development Platform-1
PDF
No ratings yet
CBLC9 Module Datasheet - Tuya IoT Development Platform - Tuya IoT Development Platform-1
28 pages
Air Asia
PDF
No ratings yet
Air Asia
25 pages
A Beginners Guide To Collectd
PDF
No ratings yet
A Beginners Guide To Collectd
19 pages
Cambridge International AS Level: Environmental Management 8291/11
PDF
No ratings yet
Cambridge International AS Level: Environmental Management 8291/11
12 pages
Padre pio
PDF
No ratings yet
Padre pio
3 pages
Black Panther
PDF
No ratings yet
Black Panther
8 pages
Baba Jafar Bagwan 9767858133
PDF
No ratings yet
Baba Jafar Bagwan 9767858133
10 pages
Birhanu Gebisa
PDF
No ratings yet
Birhanu Gebisa
113 pages
Ebenezer Howard Final
PDF
No ratings yet
Ebenezer Howard Final
13 pages
Chapter 9 - Foundations of Group Behaviour
PDF
No ratings yet
Chapter 9 - Foundations of Group Behaviour
6 pages
MDP-WATER - Class VIII
PDF
No ratings yet
MDP-WATER - Class VIII
9 pages
Chapter 5 - T&D and Chapter 6 Career Development
PDF
No ratings yet
Chapter 5 - T&D and Chapter 6 Career Development
22 pages
20-Bit, Low-Power Digital-to-Analog Converter: Features Description
PDF
No ratings yet
20-Bit, Low-Power Digital-to-Analog Converter: Features Description
27 pages
H UR, A - 1 TI: D.A.V. Public School, Chandrasek ARP Bhub Neswar 2 NO CE
PDF
No ratings yet
H UR, A - 1 TI: D.A.V. Public School, Chandrasek ARP Bhub Neswar 2 NO CE
1 page
NAKULA,+VOL 1+no 5+September+2023+Hal+66-93
PDF
No ratings yet
NAKULA,+VOL 1+no 5+September+2023+Hal+66-93
28 pages
OLTC 35
PDF
No ratings yet
OLTC 35
19 pages
ISET Journal of Earthquake Technology, Paper No.
PDF
No ratings yet
ISET Journal of Earthquake Technology, Paper No.
26 pages
Electricity Generation Through Solar Energy Concept and Its Mechanism
PDF
No ratings yet
Electricity Generation Through Solar Energy Concept and Its Mechanism
10 pages