memos/store/db/seed/10004__shortcut.sql

11 lines
106 B
MySQL
Raw Normal View History

2022-05-03 06:49:10 +03:00
INSERT INTO
shortcut (
`title`,
`creator_id`
)
VALUES
(
'All my memos',
101
);