Middle
What data type will the field isCompleted be?
sobes.tech AI
Answer from AI
The field isCompleted usually has a boolean data type, as it reflects the state: completed (true) or not (false). For example, in a database, it could be of type BOOLEAN or TINYINT(1), and in programming languages — bool.