Jump to content

Fanny

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Fanny

  1. I think you can use tinyint(1) or bool type. enum is a string type data with a value For example, ENUM('a', 'b', 'c') a's value is 1, b's value is 2, and c's value is 3 so it's not suitable for use enum here.
×
×
  • Create New...