INSERT INTO memo (`id`, `content`, `creator_id`) VALUES ( 1, "#Hello πŸ‘‹ Welcome to memos.", 101 ); INSERT INTO memo ( `id`, `content`, `creator_id`, `visibility` ) VALUES ( 2, '#TODO - [x] Take more photos about **πŸŒ„ sunset** - [x] Clean the room - [ ] Read *πŸ“– The Little Prince* (πŸ‘† click to toggle status)', 101, 'PROTECTED' ), ( 3, "**[Slash](https://github.com/boojack/slash)**: A bookmarking and url shortener, save and share your links very easily. ![](https://github.com/boojack/slash/raw/main/resources/demo.gif) **[SQL Chat](https://www.sqlchat.ai)**: Chat-based SQL Client ![](https://www.sqlchat.ai/chat-logo-and-text.webp)", 101, 'PUBLIC' ), ( 4, '#TODO - [x] Take more photos about **πŸŒ„ sunset** - [ ] Clean the classroom - [ ] Watch *πŸ‘¦ The Boys* (πŸ‘† click to toggle status) ', 102, 'PROTECTED' ), ( 5, 'δΈ‰δΊΊθ‘ŒοΌŒεΏ…ζœ‰ζˆ‘εΈˆη„‰οΌπŸ‘¨β€πŸ«', 102, 'PUBLIC' );