We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2b5c5 commit 882958aCopy full SHA for 882958a
mysql/schema.sql
@@ -64,7 +64,7 @@ CREATE TABLE IF NOT EXISTS `authorization_consent` (
64
PRIMARY KEY (`registered_client_id`,`principal_name`)
65
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
66
67
--- 테이블 데이터 sc_oauth2_pji.authorization_consent:~0 rows (대략적) 내보내기
+-- 테이블 데이터 sc_oauth2_pji.authorization_consent:~1 rows (대략적) 내보내기
68
69
-- 테이블 sc_oauth2_pji.customer 구조 내보내기
70
CREATE TABLE IF NOT EXISTS `customer` (
0 commit comments