mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 03:07:04 +08:00
13 lines
120 B
MySQL
13 lines
120 B
MySQL
|
INSERT INTO
|
||
|
memo_organizer (
|
||
|
`memo_id`,
|
||
|
`user_id`,
|
||
|
`pinned`
|
||
|
)
|
||
|
VALUES
|
||
|
(
|
||
|
102,
|
||
|
101,
|
||
|
1
|
||
|
);
|