create_form
ActiveTool of QuintaDB
declared in 1.0.0
Створити нову форму (таблицю) в існуючому проєкті. Після створення додай поля через create_field.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Назва форми"
},
"app_id": {
"type": "string",
"description": "ID проєкту"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries