80O / PlusEMU

37 stars 28 forks source link

Create 12_ChangeIntToBoolRoomData.sql #182

Closed Diddyy closed 1 year ago

Diddyy commented 1 year ago

Closes #127

To note: The BOOLEAN type is an alias for TINYINT(1). When you create a column with the BOOLEAN type, it will be stored as TINYINT(1). However, you can still use the values true and false when working with the column, and MySQL will treat them as 1 and 0 respectively.