Fork me on GitHub
#datomic
<
2016-10-26
>
jdkealy20:10:21

is it possible to change an attribute's type in datomic if I don't yet have any data associated with it ?

jdkealy20:10:47

i accidentally made an attribute an instant, but i want it to be a keyword...

jdkealy20:10:10

could i just find the attribute's ID and excise it ?

luposlip22:10:39

You cannot alter the :db/valueType. But you should be able to delete it, and recreate it with the correct type.