Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/main/resources/db/migration/V6__insert_worker_data.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
INSERT INTO worker_info (worker_id, name, phone_number, email) VALUES
('20220001', '홍길동', '+821010000001', '[email protected]'),
('20220002', '김영희', '+821010000002', '[email protected]'),
('20230001', '이철수', '+821010000003', '[email protected]'),
('20230002', '박지훈', '+821010000004', '[email protected]'),
('20230003', '최수연', '+821010000005', '[email protected]'),
('20240001', '장민호', '+821010000006', '[email protected]'),
('20240002', '서지우', '+821010000007', '[email protected]'),
('20250001', '한지민', '+821010000008', '[email protected]'),
('20250002', '정우성', '+821010000009', '[email protected]'),
('20250003', '김하늘', '+821010000010', '[email protected]'),
('20251234', '조수빈', '+821012341234', '[email protected]'),
('20230063', '유승희', '+821025499251', '[email protected]'),
('20250521', '정주영', '+821056760304', '[email protected]'),
('20239988', '김우영', '+821010293847', '[email protected]');