Remove all types which doctrine dbal does not support #48227
-
I know this is a long lasting battle, where Laravel teams blame the dbal team, and vice versa. But I think Laravel should remove types such as tiny int and every other type not supported by doctrine dbal. I feel like they exists only to confuse new people to coming to Laravel. Like, fine, I need a small data type, I use tiny int, now I need to rename it, oh cool, I MUST change the type to short int (or smth else), then rename it, then leave it as short int cuz why bother with the process again? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Or under the hood use the next best choice. So I don't have to remember that a varchar is a string in laravel.... |
Beta Was this translation helpful? Give feedback.
-
This is already fixed on v9.44:
You have native renaming and dropping since 9.44 and native modifying since Laravel 10. |
Beta Was this translation helpful? Give feedback.
-
Hmm, they should have noted this inside the 9 to 10 upgrade guide :/ Thank you |
Beta Was this translation helpful? Give feedback.
Yes, here it is: