-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
custom data type + schema updated #259
Comments
I think we require WAY more information than that. |
Sorry for late answer,
This error is how Level "warning" The command "php app/console d:s:u --force" run correctly , But If I do not change the schema, and I run the command again this send: But It really does not change anything in the database. |
Well, the dumped SQL does not seem to indicate an issue related to your custom type: it is changing lots of columns, not only the timestamp ones |
I also have similar issue - My custom types are always updated. |
Did anyone ever work out what is causing this issue? I'm getting this on my machine. Seems to be only when a table contains comments (e.g. "(DC2Type:datetime)"). This is only occurring for me in MariaDB 10.2.8. I removed this install and replaced it with MySQL 5.7.19 and it stopped the repetitive updates. |
@trsteel88 In your case it'd possibly be the same issue as doctrine/orm#6565 / doctrine/dbal#2825? |
Should be fixed with doctrine/dbal#2825 |
doctrine/dbal#2825 has just been merged and it will be released on DBAL |
Closing for lack of feedback. I'm sure anyone reading this understands. |
I have created a custom data type "timestamp" but whe exec
"php app/console d:s:u --force" this comand reponse all time
Updating database schema...
Database schema updated successfully! "17" queries were executed
Can you help me?
The text was updated successfully, but these errors were encountered: