Fieldconfiguration in Automapping

It should be possible to define Length, Precision and Scale for Columns using Automapping.

At Least I want to be able to define Length, Precision and Scale without setting Column Attribute for the necessary columns.
Column Name should be given from Aurelius, same as Properties (Nullable is set by Nullable Record, ...)

It's not possible, and I personally don't see a reason for it. Automapping is just a nice helper to quickly create entity classes without having to add mapping attributes everywhere. It's also useful to follow a convention easily.

If you need to fine tune this, then simply use the regular mapping, adding the Column attribute.