Replies: 3 comments 7 replies
-
|
질문에 대한 부분을 코멘트 드리면 24시간 이내로 답변 드릴 수 있도록 하겠습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
CREATE TABLE "payment_requests" (
"order_id" varchar(255) PRIMARY KEY,
"order_name" varchar(300),
"order_status" varchar(20),
"user_id" int,
"merchant_id" ULID NOT NULL,
"payment_key" VARCHAR(255) UNIQUE NOT NULL,
"amount" DECIMAL(10,2) NOT NULL,
"request_time" TIMESTAMP,
"approval_time" TIMESTAMP,
"created_at" TIMESTAMP DEFAULT (CURRENT_TIMESTAMP)
);위 API 그렇다면 |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
해당 문서 종료하겠습니다! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
api
https://www.notion.so/API-165d5beeb0c0812cabd6d577244a31e0?pvs=4
api end-point 세부 내용
https://www.notion.so/0864ab7482ae4919b0b4e0a5d6e216be?v=e5106eddcd544c7396f1ae54bc9b7679&pvs=4
Beta Was this translation helpful? Give feedback.
All reactions