I have a given table that I would like to insert into my db. I know S2 can create a table from an entity, but is the opposite possible? I mean, is it possible to create an entity from a given table?
Otherwise, I guess I'll just have to create an entity to correspond to my table structure.