Closed jacobobryant closed 2 years ago
so you could specify e.g. that when creating documents of type :message, the :msg/sent-at key should default to :db/server-timestamp
:message
:msg/sent-at
:db/server-timestamp
maybe specify this in transactions instead of schema?
Biff transactions now support a [:db/default "some value"] special value
[:db/default "some value"]
so you could specify e.g. that when creating documents of type
:message
, the:msg/sent-at
key should default to:db/server-timestamp