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 `PersonalRelationship` model #81

Closed postmodern closed 4 months ago

postmodern commented 1 year ago

Add a PersonalRelationship model which joins two Persons together. It must have a type attribute which describes the type of relationship (ex: friend, associate, etc).

postmodern commented 4 months ago

We now have a PersonalConnection join model.