We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d8fc6 commit 9d085a5Copy full SHA for 9d085a5
lib/data/collection.ex
@@ -6,7 +6,7 @@ defmodule Memorable.Data.Collection do
6
organizing images.
7
8
Collections are comprised of the following fields:
9
- - `id`: A base32-encoded UUIDv7 representing the collection
+ - `id`: An [ID](`t:Memorable.Util.id/0`) representing the collection
10
- `name`: The human-readable name of the collection
11
- `creation_date`: A `DateTime` representing the time at which the collection was created.
12
"""
0 commit comments