Question

My Db have some fields using Integer data type, but after SS generated them, all of them 're Boolean db type.

Please tell me how to fix it !

Thanks !

Was it helpful?

Solution

Tinyint will be flagged as boolean since many databases use that for true/false. It's a choice we had to make for MySQL which I understand could cause issues.

If you use SubSonic 3, you can change this in the templates.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top