Open roanosullivan opened 10 years ago
+1 I am also getting this issue.
I think the issue is enums do not get installed in :db/attribute - I wonder if it could be assumed that a reference to an item not in the attribute table is assumed to be enum?
Thank you for this project. As I get acclimated to Datomic, it's been extremely helpful to visualize my attribute namespaces in terms of the more familiar ER conventions.
The Problem
It's possible I'm not understanding the diagram correctly since I'm working with Datomic for the first time, but it appears to me that Enums are not modelled correctly.
In the diagram snippet at the bottom of this description, why does the "dataType:ref" attribute point to "db" and not to a "field.dataType" object?
Steps to Reproduce