Number field is missing

I realize it during the creation of my comment collection. It has a vote option like Reddit. I have to store the vote number of comments but there is no number field type.

Use a Text field and put this in the Options JSON setting:

{
  "type": "number"
}
1 Like