Using a migration file is nice with code-first. But, is it possible to automatically map the data structure by targeting a database? I mean, all you need is a connection string and it will detect all your db objects (tables, views, stored procedures, etc...). What do you think?