-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- Create a set of conventions for inferring data model
- Make conventions case insensitive.
- Primary Key Property: Named
idor entity name +id. - Foreign Key Property: related reference property name +
id. - Many to Many Relations: inject TrackableSet/Map representing related entities
Reactions are currently unavailable