I am new to mySQL and am working on making a replacement database for out current access database.
I am trying to plan for the yes/no datatype in access. From what I understand, the mySQL equivelent is the TINYINT datatype.
Using the TINYINT datatype, what value would be considered "true/yes"? Would it be "1 for yes/true" and "2 No/False"?
Is it truly down to what I make it? Just a matter of consistency.
Thanks for taking the time to answer this!!!
I am trying to plan for the yes/no datatype in access. From what I understand, the mySQL equivelent is the TINYINT datatype.
Using the TINYINT datatype, what value would be considered "true/yes"? Would it be "1 for yes/true" and "2 No/False"?
Is it truly down to what I make it? Just a matter of consistency.
Thanks for taking the time to answer this!!!
Comment