ZHIWEI666 commited on
Commit
6702ec1
·
verified ·
1 Parent(s): 410cd32

Delete idempotency_table.sql

Browse files
Files changed (1) hide show
  1. idempotency_table.sql +0 -4
idempotency_table.sql DELETED
@@ -1,4 +0,0 @@
1
- CREATE TABLE idempotency (
2
- trade_no VARCHAR(64) PRIMARY KEY,
3
- created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
4
- );