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.
project/sql/create_folder.sql

1 line
95 B
MySQL
Raw Normal View History

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)