chore: add seeding data

This commit is contained in:
Steven
2022-09-12 09:39:27 +08:00
parent 5f48be3b7a
commit e82c821396
8 changed files with 119 additions and 5 deletions

View File

@ -0,0 +1,14 @@
INSERT INTO
workspace (
`id`,
`creator_id`,
`name`,
`description`
)
VALUES
(
11,
101,
'Demo',
''
);