Can I change type column in Laravel polymorphic relation?
I have three different model in my Laravel project; Convoy, User, Driver. Driver is a different model than User because of they can not authenticate. Whatever, there is also one more model: Address. I am storing address values on the…