I'm working on a visual studio code extension to add Eloquent model attributes automatically,($primaryKey, $fillable, $casts, etc) depending on the database table.
I'm updating the list of attribute casting types and trying to match them to MySQL column types. Is there any point of casting to float, double, real and string? Also, is there a default MySQL equivalent of collection?