INSERT INTO memo ( `id`, `content`, `creator_id` ) VALUES ( 101, '#Hello πŸ‘‹ Welcome to memos ![](https://api.star-history.com/svg?repos=usememos/memos&type=Date&size=mobile)', 101 ); INSERT INTO memo ( `id`, `content`, `creator_id` ) VALUES ( 102, '#TODO - [ ] Take more photos about **πŸŒ„ sunset**; - [x] Clean the room; - [x] Read *πŸ“– The Little Prince*; (πŸ‘† click to toggle status) ', 101 ); INSERT INTO memo ( `id`, `content`, `creator_id` ) VALUES ( 103, 'ε₯½ε₯½ε­¦δΉ οΌŒε€©ε€©ε‘δΈŠγ€‚πŸ€œπŸ€›', 101 ); INSERT INTO memo ( `id`, `content`, `creator_id` ) VALUES ( 104, '#TODO - [x] Take more photos about **πŸŒ„ sunset**; - [ ] Clean the classroom; - [ ] Watch *πŸ‘¦ The Boys*; (πŸ‘† click to toggle status) ', 102 ); INSERT INTO memo ( `id`, `content`, `creator_id` ) VALUES ( 105, 'δΈ‰δΊΊθ‘ŒοΌŒεΏ…ζœ‰ζˆ‘εΈˆη„‰οΌπŸ‘¨β€πŸ«', 102 );