How should I define a boolean field in the hook_schema? MySQL documentation states that BOOL and BOOLEAN are aliases of tinyint(1) but db_type_map shows that int:tiny is translated to smallint
Is it possible to do the reverse of IN? say, you have a field with A,B,C and want to search to see if your variable X (which equals 3) is in that field's array
Is there a reason why you couldn't use the token instead of php entry? just something like [field_blog_video_upload] might work if you're not doing processing.