mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 22:07:15 +00:00
15 lines
144 B
SQL
15 lines
144 B
SQL
INSERT INTO
|
|
workspace (
|
|
`id`,
|
|
`creator_id`,
|
|
`name`,
|
|
`description`
|
|
)
|
|
VALUES
|
|
(
|
|
11,
|
|
101,
|
|
'Demo',
|
|
''
|
|
);
|