-
Notifications
You must be signed in to change notification settings - Fork 398
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
FRW-2182 extend TimestampableBehavior with is_timestamp parameter to allow configuration of datetime type for created_at and updated_at #1971
Comments
|
maritechpro
changed the title
FRW-2812 extend TimestampableBehavior with is_timestamp parameter to allow configuration of datetime type for created_at and updated_at
FRW-2182 extend TimestampableBehavior with is_timestamp parameter to allow configuration of datetime type for created_at and updated_at
Jun 26, 2023
Hey, I'm opening a PR with your code @maritechpro and will try to add some tests. |
I would greatly appreciate this kind of changes. The propel diff are now nearly impossible to use due to thousands of detected diff that must be manually deleted from the result of the diff everytime. ALTER TABLE `table`
CHANGE `created_at` `created_at` TIMESTAMP NULL,
CHANGE `updated_at` `updated_at` TIMESTAMP NULL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FRW-2182 extend TimestampableBehavior with is_timestamp parameter to allow configuration of datetime type for created_at and updated_at
Behavior should be extendable on 2.0.0-beta2 (2.0.1-beta2) and 2.0.0-beta3 (2.0.1-beta3) versions.
Thank you.
The text was updated successfully, but these errors were encountered: