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 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. 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" 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
Archived
This topic is now archived and is closed to further replies.