This website requires JavaScript.
Explore
Help
Sign In
StNicolay
/
project
Archived
Watch
1
Star
0
Fork
0
You've already forked project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-23
. You can view files and clone it, but cannot push or open issues or pull requests.
9e3b9527d3
project
/
sql
/
create_folder.sql
1 line
95 B
MySQL
Raw
Normal View
History
Unescape
Escape
Tweaks for the desktop client
2024-08-09 14:02:02 +00:00
INSERT
INTO
folders
(
parent_folder_id
,
owner_id
,
folder_name
,
folder_id
)
VALUES
(
$
1
,
$
2
,
$
3
,
$
4
)
Reference in New Issue
Copy Permalink