enhancement
If no database table is specified in a TLClass, an error occurs when saving.
Instead, the "GenericObject" table should be used.
Test
- In a module (e.g., DemoPlain), do not specify a table annotation and create objects.
- Expected result: No errors occur.