Skip to content
New issue

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

파싱 실패 케이스 개선: MySQL #9

Open
myyrakle opened this issue Apr 29, 2023 · 0 comments
Open

파싱 실패 케이스 개선: MySQL #9

myyrakle opened this issue Apr 29, 2023 · 0 comments

Comments

@myyrakle
Copy link
Owner

테스트 케이스 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`
@myyrakle myyrakle changed the title 파싱 실패 케이스 개선 파싱 실패 케이스 개선: MySQL Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant