Is there any possibility in using Pascal Case for all column names? #2313
-
Hi everyone, I was seeking for the answer on the documentation but seems got myself lost. I am building a fresh app which requires table and column name to be PascalCased. In that sense I need to modify the default table name like: Roles: Permissions: ModelHasPermissions: I found out how to change the primary key, the reference key RoleId. But can I also upgrade the default snake_cased name as guard_name to be GuardName from the configuration? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can't change |
Beta Was this translation helpful? Give feedback.
You can't change
name
,guard_name
at the moment, and I don't think it will change in the near future