-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Timestampable] change names fields in TimestampableEntity trait #1263
Comments
well yes indeed, would accept the PR |
#1263 set column names in timestampable trait
Isn't this NamingStrategy's job? |
Yes, you're right @marek-saji : |
Why not just revert to how it was before - that way naming strategy used in On Sat, 4 Apr 2015 14:36 Dany Maillard [email protected] wrote:
|
well, I do not want to switch it back and forth, I agree that it was wrong to change it all if such thing as naming strategy exist, haven't knew about it before. It is not a huge problem in BC, for next minor version change, it might be switched back.. it seems to be a mistake actually, but making a change again, would be another mistake |
reverted in 2.4.1 |
👍 |
With actual trait
TimestampableEntity
, created columns in database are namedcreatedAt
andupdatedAt
. To comply a little better naming conventions, columns should be namedcreated_at
andupdated_at
, no ?Changes are easy :
The text was updated successfully, but these errors were encountered: