mirror of
https://github.com/usememos/memos.git
synced 2024-12-22 10:41:30 +03:00
5 lines
86 B
MySQL
5 lines
86 B
MySQL
|
INSERT INTO memo
|
||
|
(`content`, `creator_id`)
|
||
|
VALUES
|
||
|
('👋 Welcome to memos', 101);
|