mirror of
https://github.com/usememos/memos.git
synced 2025-03-05 10:03:06 +08:00
6 lines
99 B
MySQL
6 lines
99 B
MySQL
|
INSERT INTO
|
||
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
||
|
VALUES
|
||
|
(1, 101, 1),
|
||
|
(3, 101, 1);
|