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