You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
343 B
SQL

INSERT INTO
workspace (
`id`,
`creator_id`,
`name`,
`title`,
`description`
)
VALUES
(
11,
101,
'minecraft',
'minecraft',
''
);
INSERT INTO
workspace (
`id`,
`creator_id`,
`name`,
`title`,
`description`
)
VALUES
(
12,
102,
'bob',
'bob-room',
''
);