grow_db_spec
Generates database table specifications and migration examples from a table name and summary, supporting PostgreSQL, MySQL, SQLite, and MongoDB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the database table or schema | |
| summary | Yes | Brief description of the table/schema purpose | |
| generateMigrations | No | Generate migration examples | |
| databaseTypes | No | Target database types for examples |