forked from 42organization/42gg.server.dev.v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version2.sql
96 lines (96 loc) · 38.2 KB
/
version2.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
-- item 삽입 --
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (1, '2023-08-22 14:35:36.000000', 50, '/image/fallBackSrc.jpeg', false, '이미지 변경권', 84, 'taehkwon', 'hyobicho', 'PROFILE_IMAGE', '잘 지내? 프사 바꿨네', '프로필 이미지를 원하는 이미지로 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (2, '2023-08-22 14:37:06.000000', 50, '/image/fallBackSrc.jpeg', false, '확성기', 42, 'taehkwon', 'hyobicho', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 - mryoo ??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다. 사용 다음날 적용됩니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (3, '2023-08-22 14:37:09.000000', 60, '/image/fallBackSrc.jpeg', false, '배경 뽑기', 5, 'taehkwon', 'hyobicho', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (4, '2023-08-22 14:37:12.000000', 60, '/image/fallBackSrc.jpeg', false, 'Edge 뽑기', 5, 'taehkwon', 'hyungjpa', 'EDGE', '난 \'Edge\'로 말해.. - sishin', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (5, '2023-08-22 14:40:29.000000', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 10, 'taehkwon', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (6, '2023-09-07 14:25:32.860487', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000000, 'hyobicho', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (7, '2023-09-07 14:43:45.486791', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000001, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (8, '2023-09-07 14:46:14.803651', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000002, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (9, '2023-09-07 14:49:56.836802', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000003, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (10, '2023-09-07 14:50:15.478127', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000004, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (11, '2023-09-07 14:56:39.419190', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000005, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (12, '2023-09-07 14:59:39.706389', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 1000005, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (13, '2023-09-07 16:20:07.594046', 50, '/image/fallBackSrc.jpeg', false, 'ID 색깔 변경권', 100, 'hyungjpa', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (14, '2023-09-07 18:49:57.274774', 60, '/image/fallBackSrc.jpeg', false, 'Edge 뽑기', 10000001, 'hyungjpa', 'sishin', 'EDGE', '난 \'Edge\'로 말해.. - sishin', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (15, '2023-09-07 21:19:06.689943', 60, '/image/fallBackSrc.jpeg', false, 'Edge 뽑기', 50, 'sishin', 'hyobicho', 'EDGE', '난 \'Edge\'로 말해.. - sishin', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (16, '2023-09-08 11:06:30.357904', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID 색깔 변경권', 100, 'hyobicho', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (17, '2023-09-08 11:09:54.808571', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/Edge%20%EB%BD%91%EA%B8%B0-4f2cc34d-a972-422d-b170-97902794b75f.jpeg', false, 'Edge 뽑기', 500000, 'hyobicho', 'hyobicho', 'EDGE', '난 \'Edge\'로 말해.. - sishin', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (18, '2023-09-08 11:10:19.901788', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/Edge%20%EB%BD%91%EA%B8%B0-4f2cc34d-a972-422d-b170-97902794b75f.jpeg', false, 'Edge 뽑기', 500000, 'hyobicho', 'sishin', 'EDGE', '난 \'Edge\'로 말해.. - sishin', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (19, '2023-09-08 11:10:45.220300', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5, 'hyobicho', 'hyobicho', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (20, '2023-09-08 11:11:07.098652', 50, '/image/fallBackSrc.jpeg', false, '확성기', 42, 'hyobicho', 'hyobicho', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 - mryoo ?', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다. 사용 다음날 적용됩니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (21, '2023-09-08 11:11:34.309956', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'hyobicho', 'jeyoon', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 - mryoo ?', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다. 사용 다음날 적용됩니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (22, '2023-09-08 11:11:56.429412', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EC%9D%B4%EB%AF%B8%EC%A7%80%20%EB%B3%80%EA%B2%BD%EA%B6%8C-665c9d5d-faf1-4114-9786-ed3be3014f69.jpeg', false, '이미지 변경권', 84, 'hyobicho', 'hyobicho', 'PROFILE_IMAGE', '잘 지내? 프사 바꿨네 - taehkwon', '프로필 이미지를 원하는 이미지로 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (23, '2023-09-08 11:14:21.271245', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/Edge%20%EB%BD%91%EA%B8%B0-4f2cc34d-a972-422d-b170-97902794b75f.jpeg', false, 'Edge 뽑기', 20, 'sishin', 'hyobicho', 'EDGE', '난 \'Edge\'로 말해.. - sishin?', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (24, '2023-09-08 11:59:44.397320', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EC%9D%B4%EB%AF%B8%EC%A7%80%20%EB%B3%80%EA%B2%BD%EA%B6%8C-665c9d5d-faf1-4114-9786-ed3be3014f69.jpeg', true, '프로필 변경', 84, 'hyobicho', null, 'PROFILE_IMAGE', '잘 지내? 프사 바꿨네 - taehkwon', '프로필 이미지를 원하는 이미지로 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (25, '2023-09-08 11:59:52.300983', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 100, 'hyobicho', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (26, '2023-09-08 12:00:29.804308', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5000000, 'hyobicho', 'jeyoon', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (27, '2023-09-08 13:03:58.770124', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 100, 'hyobicho', 'jeyoon', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요✨', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (28, '2023-09-08 14:32:30.497522', 90, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5000000, 'jeyoon', 'hyobicho', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (29, '2023-09-08 14:35:25.008156', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 100, 'jeyoon', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (30, '2023-09-08 14:46:18.458206', 40, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'jeyoon', 'taehkwon', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 - mryoo??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다. 사용 다음날 적용됩니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (31, '2023-09-08 15:46:24.475018', 90, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5, 'hyobicho', 'sishin', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (32, '2023-09-08 15:46:45.129730', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 1000000, 'hyobicho', 'sishin', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (33, '2023-09-08 21:40:36.371683', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 50, 'sishin', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (34, '2023-09-09 14:54:15.161525', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 5000000, 'hyobicho', 'sishin', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (35, '2023-09-11 15:01:34.037890', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 500, 'sishin', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (36, '2023-09-12 10:32:10.583894', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 501, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (37, '2023-09-12 10:38:27.648500', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 502, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (38, '2023-09-12 10:41:22.608031', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 503, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (39, '2023-09-12 10:45:27.686939', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 504, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (40, '2023-09-12 10:45:51.547954', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 505, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (41, '2023-09-12 10:51:33.271699', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 504, 'hyungjpa', 'hyungjpa', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요?', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (42, '2023-09-12 10:54:28.684097', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 505, 'hyungjpa', 'taehkwon', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (43, '2023-09-12 11:16:13.791072', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 505, 'taehkwon', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (44, '2023-09-12 11:16:26.258550', 40, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'taehkwon', null, 'MEGAPHONE', '오늘 42GG는 내가 접수한다 - mryoo ??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다. 사용 다음날 적용됩니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (45, '2023-09-12 11:34:17.000000', 20, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'taehkwon', 'hyobicho', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 - ??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (46, '2023-09-12 11:39:57.908793', 90, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5, 'sishin', 'hyungjpa', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew ?', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (47, '2023-09-12 11:46:30.148192', 80, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5, 'hyungjpa', 'hyobicho', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew ?', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (48, '2023-09-12 14:11:30.618603', 20, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'hyobicho', 'hyobicho', 'MEGAPHONE', '오늘 42GG는 내가 접수한다??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (49, '2023-09-12 14:11:50.159040', 20, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'hyobicho', 'hyobicho', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 ??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (50, '2023-09-12 14:12:19.335975', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 뽑기', 5, 'hyobicho', 'hyungjpa', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew ?', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (51, '2023-09-12 14:12:35.457404', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/Edge%20%EB%BD%91%EA%B8%B0-4f2cc34d-a972-422d-b170-97902794b75f.jpeg', false, 'Edge 뽑기', 5, 'hyobicho', 'jeyoon', 'EDGE', '난 \'Edge\'로 말해.. - sishin?', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (52, '2023-09-12 14:12:49.003946', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'hyobicho', 'jeyoon', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 ??', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (53, '2023-09-12 14:13:02.626201', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 50000000, 'hyobicho', 'hyobicho', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (54, '2023-09-12 14:13:15.572310', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 50000000, 'hyobicho', 'hyobicho', 'TEXT_COLOR', '(테스트)남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (55, '2023-09-12 15:03:09.397488', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 10, 'hyobicho', 'jeyoon', 'TEXT_COLOR', '남들과는 다르게! ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (56, '2023-09-12 15:22:44.392857', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', false, 'ID색깔 변경', 10, 'jeyoon', 'jeyoon', 'TEXT_COLOR', '남들과는 다르게! >_< ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (57, '2023-09-12 15:45:23.881988', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', false, '확성기', 42, 'jeyoon', 'jeyoon', 'MEGAPHONE', '오늘 42GG는 내가 접수한다 ?', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (58, '2023-09-12 15:46:03.038523', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%ED%99%95%EC%84%B1%EA%B8%B0-21d5dccf-0a5a-48e3-a29c-014776a33cbf.jpeg', true, '확성기', 42, 'jeyoon', null, 'MEGAPHONE', '오늘 42GG는 내가 접수한다 ?', '24시간 동안 모든 페이지 상단에 메시지를 띄울 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (59, '2023-09-13 11:27:29.751601', 50, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/ID%20%EC%83%89%EA%B9%94%20%EB%B3%80%EA%B2%BD%EA%B6%8C-8f558fa8-c5f5-4c76-9aad-fb12850034a5.jpeg', true, 'ID색깔 변경', 10, 'jeyoon', null, 'TEXT_COLOR', '남들과는 다르게!? ID 색깔을 바꿔보세요!', '색상코드를 직접 입력하여 랭킹 페이지의 ID 색상을 바꿀 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (60, '2023-09-15 12:43:42.907735', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/Edge%20%EB%BD%91%EA%B8%B0-4f2cc34d-a972-422d-b170-97902794b75f.jpeg', true, '엣지 ★ 뽑기', 5, 'jeyoon', null, 'EDGE', '난 \'Edge\'로 말해.. - sishin?', '랜덤으로 프로필 테두리 색상을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (61, '2023-09-15 13:48:31.443011', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경★뽑기', 5, 'hyungjpa', 'hyungjpa', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew ?', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (62, '2023-09-15 13:49:02.078651', 60, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', false, '배경 ★ 뽑기', 5, 'hyungjpa', 'jeyoon', 'BACKGROUND', '난 \'Background\'부터가 달라 - klew ?', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
INSERT INTO MAIN.item (id, created_at, discount, image_uri, is_visible, name, price, creator_intra_id, deleter_intra_id, type, main_content, sub_content) VALUES (63, '2023-09-18 23:41:36.279521', 0, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/images/%EB%B0%B0%EA%B2%BD%20%EB%BD%91%EA%B8%B0-5aefd489-224b-4481-b2fa-d08da21fef92.jpeg', true, '배경 ★ 뽑기', 5, 'jeyoon', null, 'BACKGROUND', '난 \'Background\'부터가 달라 - klew ?', '랜덤으로 내 프로필 페이지의 배경을 변경할 수 있는 아이템입니다.');
-- tier 삽입 --
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (1, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/hand.png', '손바닥');
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (2, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/new_red.png', '빨강 탁구채');
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (3, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/yellow.png', '노랑 탁구채');
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (4, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/new_green.png', '초록 탁구채');
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (5, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/blue.png', '파랑 탁구채');
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (6, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/black.png', '검정 탁구채');
INSERT INTO MAIN.tier (id, image_uri, name) VALUES (7, 'https://42gg-public-test-image.s3.ap-northeast-2.amazonaws.com/tier/new_rainbow.png', '무지개 탁구채');
-- coin policy 삽입 --
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (1, 519, 0, '2023-08-23 11:13:56.679461', 2, 4, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (2, 519, 0, '2023-08-23 11:32:24.664774', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (3, 519, 0, '2023-08-23 13:14:44.954698', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (4, 479, 0, '2023-08-24 10:54:28.328821', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (5, 479, 0, '2023-08-24 10:56:58.974651', 10, 10, 10);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (6, 479, 0, '2023-08-24 10:57:28.292756', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (7, 538, 0, '2023-08-24 11:44:08.657610', 20, 20, 20);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (8, 538, 0, '2023-08-24 11:44:55.125563', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (9, 519, 0, '2023-09-12 10:09:21.339375', 2, 1, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (10, 519, 0, '2023-09-12 10:09:31.922474', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (11, 519, 0, '2023-09-13 11:45:44.627234', 2, 1, 1);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (12, 519, 0, '2023-09-13 11:46:09.009349', 2, 100, 97);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (13, 519, 0, '2023-09-13 11:46:16.664177', 2, 100, 101);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (14, 519, 0, '2023-09-13 11:46:29.574440', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (15, 519, 0, '2023-09-13 11:48:57.729986', 2, 1, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (16, 519, 0, '2023-09-13 11:49:02.751738', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (17, 538, 0, '2023-09-14 10:37:39.008358', 100, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (18, 538, 0, '2023-09-14 10:37:45.892845', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (19, 538, 0, '2023-09-14 10:38:19.264695', 2, 0, 9);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (20, 538, 0, '2023-09-14 10:38:34.185202', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (21, 479, 0, '2023-09-14 11:00:39.986649', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (22, 479, 0, '2023-09-14 11:02:04.693812', 2, 0, 5);
INSERT INTO MAIN.coin_policy (id, user_id, attendance, created_at, normal, rank_lose, rank_win) VALUES (23, 519, 1, '2023-09-19 16:37:05.665019', 2, 0, 5);