ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add a `OrganizationVendor` model #82

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add a OrganizationVendor model which joins one Organization to another Company and represents a business relationship.

postmodern commented 11 months ago

Second thought, this can be implemented by defining another has_many relationship on OrganizationCustomer but use customer_organization_id as the foreign-key.