mirror of
https://github.com/usememos/memos.git
synced 2024-11-13 18:31:28 +08:00
10 lines
106 B
SQL
10 lines
106 B
SQL
INSERT INTO
|
|
shortcut (
|
|
`title`,
|
|
`creator_id`
|
|
)
|
|
VALUES
|
|
(
|
|
'All my memos',
|
|
101
|
|
);
|