MySQL does have a boolean data type. However, it is just a synonym for TINYINT which is a numeric field. A common alternative is to use a BIT field. A BIT data ...
確定! 回上一頁