Hi, I have a general question regarding my naming ...
# orm-help
u
Hi, I have a general question regarding my naming of the foreign keys in my schema, is this naming fine? https://kopy.io/gSQfd
r
We usually use these naming conventions for models and fields, but you can use anything.
u
ahh camelCase I will change that. Are the foreign key namings ok?
r
We use camelCase for foreign key names as well. If you’d like to keep those as snake case in the database, then you can use
@map
as shown here.