LLM/prompt for coding: Difference between revisions

From Fundamental Ramen
< LLM
Jump to navigation Jump to search
Line 12: Line 12:


== Autogen up migration to down migration ==
== Autogen up migration to down migration ==
* Result: Okay
* Agent: AnythingLLM
* Model: Gemma 4 E4B
<pre>
Q: and place reverse DDL into xxx.down.sql
</pre>

Revision as of 08:12, 28 July 2026

Autogen up migration from mermaid chart in a markdown file

  • Result: Okay
  • Agent: AnythingLLM
  • Model: Gemma 4 E4B
Q: Could you understand xxx table in MAINSYS_DB.md
A: Yes ...
Q: Please convert it into DDL, and place into assets/migrations/xxx.up.sql

Autogen up migration to down migration

  • Result: Okay
  • Agent: AnythingLLM
  • Model: Gemma 4 E4B
Q: and place reverse DDL into xxx.down.sql