I want user to register in two ways on app buyer or second as seller and both will have few data types similar like HS code, email, password etc. How should I design database?
Welcome to the bubble community. Firstly, create an option set called user type or better still use a suitable name for yourself, after then create 2 attribute called (buyer and seller) as you have said. After that, nest the option set into the user data type as shown in the below screenshot. After doing this first two steps, proceed to passing data into your user data field by giving the user to select if they are signing up as a buyer or seller. I hope this help
1 Like