Tablemultiselect create on UI. But not create database column. Why, please advice me how to solve it

tablemultiselect create on UI. But not create database column . Why, please advice me how to solve it.

Table Multi-Select is a separate table like a child table. It will not create a column on the parent table but instead, values are “joined” when fetching the document.

1 Like

Multiselect is only UI of a child table which is more user-friendly when you need to ask user to select only one field in a child table, it stores the data in the child table

1 Like