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