Skip to main content

Hi! I want to build RMA base and I'm struggling with the basics.. do I create one base with multiple tables or just one table? Can someone share their template which can help me build the structure?

Thanks.

If you're starting with one wide table, try to group related fields into separate entities (objects/events, for example). Maybe you have customer info (object), product info (object), orders info (event), RMA info (event), etc. All of these could warrant their own table. Not everything needs its own table but things you care about or might want to ask questions about in the future should have them. 


Great, thank you.


Reply