/etendo:alter-db

Create and modify database schema objects in Etendo ERP via webhook API.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-alter-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /etendo:alter-db
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-alter-db
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-alter-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and modifying database tables, columns, and views within the Etendo ERP system, ensuring data integrity and efficient development workflows.

Core Features & Use Cases

  • Table Creation: Define and register new tables in the Etendo Application Dictionary.
  • Column Management: Add, modify, or delete columns with specified data types, references, and nullability.
  • View Creation: Define database views based on custom SQL queries.
  • Reference Management: Create list and table-type references for controlled data input.
  • Use Case: Automatically create a new SMFT_product_catalog table with columns for product_id, name, description, and price, ensuring all necessary Application Dictionary entries are created and synchronized.

Quick Start

Use the etendo-alter-db skill to create a new table named 'SMFT_customer' with columns 'name' and 'email'.

Frequently Asked Questions about /etendo:alter-db

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new table in the Etendo Application Dictionary via API?

You can create a new table in the Etendo Application Dictionary by using the webhook-driven API to define table structures and columns, which automatically synchronizes the schema entries upon creation.

How do I add new database columns to an existing Etendo ERP table?

To add database columns to an Etendo ERP table, the API allows you to specify data types, references, and nullability, ensuring the Application Dictionary entries are modified and synchronized.

Can I create database views with custom SQL queries in Etendo?

Yes, you can define database views in Etendo by providing custom SQL queries through the API, which registers the view definitions within the Application Dictionary.

What do I need to manage Etendo database schema objects through an API?

Managing Etendo database schema objects requires a valid Etendo URL, an authentication token, and the appropriate module context to execute webhook-driven modifications successfully.

How do I manage list and table-type references for Etendo database columns?

You can manage list and table-type references by utilizing the API's reference management capabilities, ensuring controlled data input and proper validation hooks for the specified columns.