No auto-mapping isn't supported. The reason is that the model + mappings are already available and the database schema is created from the model in the designer, so the reason to support auto-mapping is really not there.
(automapping is used when you have only classes and the tables are 1:1 representations of the classes, at least that's our understanding)