Skip to content

Instantly share code, notes, and snippets.

View jaycverg's full-sized avatar
🏠
Working from home

jay vergara jaycverg

🏠
Working from home
View GitHub Profile
@jaycverg
jaycverg / inventory-db-structure
Last active January 7, 2021 04:24
DB structure for a generic warehouse/inventory system
# db structure from https://stackoverflow.com/a/37607350/896212
Sites
- id
- site_code
- site_name
Warehouse
- id
- site_id
- warehouse_code