This is my first time using MySQL enum data type, so I really don't know how to insert this type of data correctly. I have a table contains a columns has enum type(status column), when I insert a row in this table, the status column will contain a value not that I insert, example:This is my first time using MySQL enum data typ