mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 19:26:54 +08:00
5 lines
86 B
MySQL
5 lines
86 B
MySQL
|
INSERT INTO memo
|
||
|
(`content`, `creator_id`)
|
||
|
VALUES
|
||
|
('👋 Welcome to memos', 101);
|