mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 04:44:23 +08:00
9 lines
No EOL
174 B
SQL
9 lines
No EOL
174 B
SQL
INSERT INTO
|
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
|
VALUES
|
|
(1001, 101, 1);
|
|
|
|
INSERT INTO
|
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
|
VALUES
|
|
(1003, 101, 1); |