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