LLM/prompt for coding

From Fundamental Ramen
< LLM
Revision as of 08:54, 28 July 2026 by Tacoball (talk | contribs)
Jump to navigation Jump to search

Autogen migration from mermaid chart in a markdown file

  • Result: Okay
  • Agent: AnythingLLM
  • Model: Gemma 4 E4B

Prompt

Please read docs/MAINSYS_DB.md, and generate DDL.
This DDL must satisfy the following rules:

- with table comments
- with column comments
- with foreign key definitions

When DDL satisfied the 3 rules above.
Find the latest up.sql in assets\migrations, write this DDL.
And find the latest down.sql in assets\migrations, write reverse DDL.