Dragen Posted April 20, 2007 Share Posted April 20, 2007 Hi, in a table, when adding a new row and setting the type is there a type which values must be 'TRUE' or 'FALSE'? or something similar? Just wondering.. otherwise I'll use varchar. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/47858-solved-row-type-true-or-false/ Share on other sites More sharing options...
bubblegum.anarchy Posted April 20, 2007 Share Posted April 20, 2007 There is a data typed named bool or boolean that is an alias for tinyint(1) where 0 is false and non zero is true but nothing fixed to just true or false. Quote Link to comment https://forums.phpfreaks.com/topic/47858-solved-row-type-true-or-false/#findComment-233847 Share on other sites More sharing options...
Dragen Posted April 20, 2007 Author Share Posted April 20, 2007 okay. thanks" Quote Link to comment https://forums.phpfreaks.com/topic/47858-solved-row-type-true-or-false/#findComment-233850 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.