How do I create a picklist type field in the database

I have a field called Customer Type. It’s a picklist type ( or dropdown type) field. How can I define that type of field in the DB?
Or is this done on the form with the component?

You’d use a relationship to another collection of customer types. So each user has a relationship to the customer type collection on database.

1 Like

Hi @valencia,

Welcome to the community :partying_face:

What Nathan said!

Just sending the docs where Adalo covers this! : How to have a Dropdown Menu in a Form - Adalo Resources

Thank you

1 Like