Replies: 2 comments 1 reply
-
That's definitely the traditional way with Rails :) I've been using camelCase with prisma and am happy so far. I'm curious if others want this too. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it may be better to use a config item in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have mapped table names and column names to snake cases. Table names are pluralized.
I think this is a common way to name tables, so it would be nice to have an option to map them automatically.
ex:
$ blitz g model user --map
Beta Was this translation helpful? Give feedback.
All reactions