Category Archives: database

mysql里面的boolean值

mysql的boolean值从某个版本起改成bit了,要用sql直接添加或修改的话,要用b’0’或者b’1’
Also posted in memo | Tagged | Leave a comment