INSERT

insert into tbl_phrase (id, content, standard, type) value ((UNHEX(REPLACE(UUID(), '-',''))), '밥먹고살어', 20, 'BONUS');
insert into tbl_phrase (id, content, standard, type) value ((UNHEX(REPLACE(UUID(), '-',''))), '퇴사각', 20, 'MINUS');
insert into tbl_phrase (id, content, standard, type) value ((UNHEX(REPLACE(UUID(), '-',''))), '깔끔하노', 0, 'BONUS');
insert into tbl_phrase (id, content, standard, type) value ((UNHEX(REPLACE(UUID(), '-',''))), '착하노', 0, 'BONUS');
insert into tbl_phrase (id, content, standard, type) value ((UNHEX(REPLACE(UUID(), '-',''))), '뭐하노', 10, 'MINUS');