INSERT INTO memo ( `id`, `resource_name`, `content`, `creator_id` ) VALUES ( 1, "FqaZcg5H6EdGB9ke8kYUcy", "#Hello πŸ‘‹ Welcome to memos.", 101 ); INSERT INTO memo ( `id`, `resource_name`, `content`, `creator_id`, `visibility` ) VALUES ( 2, "DCo8442yRnXYPPcKSUAaEb", '#TODO - [x] Take more photos about **πŸŒ„ sunset**; - [x] Clean the room; - [ ] Read *πŸ“– The Little Prince*;', 101, 'PROTECTED' ); INSERT INTO memo ( `id`, `resource_name`, `content`, `creator_id`, `visibility` ) VALUES ( 3, "ZvH7a6VWMuX5aArtECTj4N", '**[Memos](https://github.com/usememos/memos)**: A lightweight, self-hosted memo hub. Open Source and Free forever. **[Slash](https://github.com/yourselfhosted/slash)**: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.', 101, 'PUBLIC' ); INSERT INTO memo ( `id`, `resource_name`, `content`, `creator_id`, `visibility` ) VALUES ( 4, "2ad3WzUF4C6pTYXdm2nQC6", '#TODO - [x] Take more photos about **πŸŒ„ sunset**; - [ ] Clean the classroom; - [ ] Watch *πŸ‘¦ The Boys*;', 102, 'PROTECTED' ); INSERT INTO memo ( `id`, `resource_name`, `content`, `creator_id`, `visibility` ) VALUES ( 5, "Pw2awZvxxLK4sPRtHmYuS7", 'δΈ‰δΊΊθ‘ŒοΌŒεΏ…ζœ‰ζˆ‘εΈˆη„‰οΌπŸ‘¨β€πŸ«', 102, 'PUBLIC' );