I forgot to include a DB creation script in my Git repo to bring work home for the weekend. Ha, I thought, how fortunate I can generate a DB DDL from my EDMX model, but the bloody daft thing goes and uses the entity set names for table names, not the entity names. This blows any ambitions I had of homework out of the bloody water.
Is there any trick in the book to avoid this and get my original table names back?