This is somewhat new territory for me.
I'm using MVC3 with SQL CompactEdition version 4.0 and EntityFramework version 4.1 (with CodeFirst), and MVC Scaffolding by Steven Sanderson (although I don't think that last point is relevant).
I've got several different model classes that have properties that are enums. I find that when CodeFirst generates the schema for those tables, there is no column corresponding to those properties.
What's the correct way to handle this situation?