laravel-typescript icon indicating copy to clipboard operation
laravel-typescript copied to clipboard

tiny int map to boolean

Open uyson opened this issue 2 years ago • 1 comments

laravel typescript version : dev-master mysql column type is tiny int generated moduled.d.ts maped to boolean

uyson avatar Jun 10 '22 05:06 uyson

If you add it to your $casts as boolean it will work as expected

Healyhatman avatar Dec 01 '23 13:12 Healyhatman