We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
테스트 케이스 1
`CREATE TABLE `partner_update_request_history` ( `idx` int(11) NOT NULL AUTO_INCREMENT COMMENT '', `partner_shop_id` int(11) NOT NULL COMMENT '', `title` text COLLATE utf8mb4_bin NOT NULL COMMENT '', `content_list` text COLLATE utf8mb4_bin NOT NULL COMMENT '내용', `status` varchar(100) COLLATE utf8mb4_bin NOT NULL COMMENT '요청에 대한 상태', `update_account_id` int(11) DEFAULT NULL COMMENT '최근 수정자', `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '생성일자', `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '수정일자', `deleted_at` datetime DEFAULT NULL COMMENT '삭제일자', PRIMARY KEY (`idx`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
테스트 케이스 1
The text was updated successfully, but these errors were encountered: