memos/store/seed/10002__shortcut.sql

11 lines
106 B
MySQL
Raw Normal View History

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