LLM/prompt for coding: Difference between revisions

From Fundamental Ramen
< LLM
Jump to navigation Jump to search
Line 4: Line 4:
* Model: Gemma 4 E4B
* Model: Gemma 4 E4B


```
<pre>
Q: Could you understand xxx table in MAINSYS_DB.md
Q: Could you understand xxx table in MAINSYS_DB.md
A: Yes ...
A: Yes ...
Q: Please convert it into DDL, and place into assets/migrations/xxx.up.sql
Q: Please convert it into DDL, and place into assets/migrations/xxx.up.sql
```
</pre>


== Autogen up migration to down migration ==
== Autogen up migration to down migration ==

Revision as of 08:10, 28 July 2026

Autogen up migration from mermaid

  • 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