Abs wrote:
hi
i know this has been discussed before, storing bools
in the right column type. in the case of enum as:
enum("N","Y") or "n","y", etc. it might be easy to
read when u're looking at the database table itself,
but if u had to communicate this properly to other
programmers designing a fro
hi
i know this has been discussed before, storing bools
in the right column type. in the case of enum as:
enum("N","Y") or "n","y", etc. it might be easy to
read when u're looking at the database table itself,
but if u had to communicate this properly to other
programmers designing a front-end, the