lepikhinb / laravel-typescript

MIT License
387 stars 46 forks source link

tiny int map to boolean #15

Open uyson opened 2 years ago

uyson commented 2 years ago

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

Healyhatman commented 10 months ago

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