#Documentation on what each column does in the database
5 messages · Page 1 of 1 (latest)
What do you mean? Could you give an example of what you would like to see?
Like I go here:
https://docs.medusajs.com/references/entities/classes/Product
It shows me the columns/properties, ok great. But I don't know what they're supposed to be doing in the currently existing system, unless it's obvious from context
Hierarchy
Hello, See if this is what you are looking for, schema description to the bottom of file. https://github.com/medusajs/medusa/blob/master/packages/medusa/src/models/product.ts
Oh thanks!