Models and AST (`model!`)
The model! macro generates SeaORM entities, migration schemas, and associated forms from a declarative DSL.
| Section | Content |
|---|---|
| DSL & AST | Exposed macros, model! syntax, internal AST, field types and options |
| Generation & ModelSchema | Generated code, ModelSchema, to_migration(), fill_form() |
| Forms & Challenges | #[form(...)], technical considerations, reading order |