Why is there no boolean field type, as you can find in hardly any database? Is there a reason why people should use workarounds like (integer 1/0) or (text 'true'/'false') instead?
Why is there no boolean field type, as you can find in hardly any database? Is there a reason why people should use workarounds like (integer 1/0) or (text 'true'/'false') instead?
Comments
Comment #1
alanburke commentedThis now exists in Drupal 7 Core.
I doubt it will get backported though...