mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-17 20:55:28 +00:00
17 lines
198 B
SQL
17 lines
198 B
SQL
INSERT INTO
|
|
shortcut (
|
|
`creator_id`,
|
|
`workspace_id`,
|
|
`name`,
|
|
`link`,
|
|
`visibility`
|
|
)
|
|
VALUES
|
|
(
|
|
101,
|
|
11,
|
|
'baidu',
|
|
'https://baidu.com',
|
|
'WORKSPACE'
|
|
);
|