mirror of
https://github.com/usememos/memos.git
synced 2025-01-03 11:57:48 +03:00
6 lines
99 B
SQL
6 lines
99 B
SQL
INSERT INTO
|
|
memo_organizer (`memo_id`, `user_id`, `pinned`)
|
|
VALUES
|
|
(1, 101, 1),
|
|
(3, 101, 1);
|