You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^{:lacinia/tag-recursive true :datomic/tag-recursive true}
Dentist [
^ID id
^Address primaryAddress
^Boolean doesImplants]
^{:lacinia/tag-recursive true :datomic/tag-recursive true}
Doctor [
^ID id
^Address primaryAddress
^Boolean generalPractitioner]
a datomic schema will be generated containing :dentist/id, :dentist/primaryAddress, :doctor/id and :doctor/primaryAddress. It might make more sense to model this as :practitioner/id and :practioner/primaryAddress. Would you be open to a PR or do you see issues with this approach or a workaround?
Thanks for Hodur!
The text was updated successfully, but these errors were encountered:
With this schema:
a datomic schema will be generated containing :dentist/id, :dentist/primaryAddress, :doctor/id and :doctor/primaryAddress. It might make more sense to model this as :practitioner/id and :practioner/primaryAddress. Would you be open to a PR or do you see issues with this approach or a workaround?
Thanks for Hodur!
The text was updated successfully, but these errors were encountered: