vote up 0 vote down star

Hi,

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 !

flag
Have you tried regenerating? And to be clear: the classes' types are all Boolean, the database types didn't change; right? – colithium Apr 12 at 6:53
Everything done ! Just change type 'tinyint' to 'int' ! Thanks ! – Shinichi Apr 12 at 11:40

1 Answer

vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.