mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 11:17:58 +08:00
11 lines
106 B
MySQL
11 lines
106 B
MySQL
|
INSERT INTO
|
||
|
shortcut (
|
||
|
`title`,
|
||
|
`creator_id`
|
||
|
)
|
||
|
VALUES
|
||
|
(
|
||
|
'All my memos',
|
||
|
101
|
||
|
);
|