docs: uuid_primary_key does not have generated?: true by default (#923)

This commit is contained in:
Dmitry Maganov 2024-03-11 03:05:42 +02:00 committed by GitHub
parent a24e1d9bdf
commit ecaef99ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,6 @@ defmodule Ash.Resource.Dsl do
writable? false
default &Ash.UUID.generate/0
primary_key? true
generated? true
type :uuid
""",
examples: [