mirror of
https://github.com/usememos/memos.git
synced 2024-11-16 19:56:11 +08:00
5 lines
99 B
SQL
5 lines
99 B
SQL
INSERT INTO
|
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
|
VALUES
|
|
(1, 101, 1),
|
|
(3, 101, 1);
|