bknd-delete-entity
Installation
SKILL.md
Delete Entity
Safely remove an entity (table) from Bknd, handling dependencies and avoiding data loss.
Prerequisites
- Existing Bknd app with entities (see
bknd-create-entity) - For code mode: Access to
bknd.config.ts - Critical: Backup database before deletion
Warning: Destructive Operation
Deleting an entity:
- Permanently removes the table and ALL its data
- Removes all relationships involving this entity
- May break application code referencing this entity
- Cannot be undone without database restore