JavaScript — Convert Boolean to Number
We’re working on the new Future Studio website. We’re migrating data from the previously used document database RethinkDB to MySQL. RethinkDB allowed us to store boolean values. MySQL stores boolean values as TINYINT(1). During the data migration from RethinkDB to MySQL we transferred all boolean values to …
Continue Reading