Included table not showing up in the CreateServices for AutoCrud

I have one table that I have in the list of IncludedTables list in the CreateCrudServices. I was wondering if there is some criteria that might keep it from being used.

I have checked spelling, schema, properties of the table i can’t figure it out.

It has the same limitations as OrmLite, e.g. each table needs a single Primary Key.

Please provide the RDBMS type, table definition, and plugin configuration so we can try repro the issue.

I was just going to tell you that it appeared to have something to do with composite keys

I am thinking that I may not go this route anyway due to the limitations of needing reference properties.