Hi, I am using SubSonic on a project with many tables which were created by a sourcecode generator. I noticed Some classes created by SubSonic were generated without code and have the folowing message
The class...was not generated because ... does not have a primary key.
Is there any way for me to get the code to be generated without adding keyes to all the tables?
Thanks