memos/store/db/sqlite/seed/10006__resource.sql

5 lines
219 B
MySQL
Raw Normal View History

2023-12-15 22:34:19 +08:00
INSERT INTO
resource (`creator_id`, `filename`, `external_link`, `type`, `memo_id`)
VALUES
(101, 'slash-demo.png', 'https://github.com/yourselfhosted/slash/blob/main/docs/assets/demo.png?raw=true', 'image/png', 3);