Skip to content

Commit 0d0c829

Browse files
further cleanup of UUID
1 parent d2c8565 commit 0d0c829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/30-database-design/025-uuid.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# UUIDs in DataJoint\n",
7+
"# UUIDs\n",
88
"\n",
9-
"This chapter demonstrates how to use **Universally Unique Identifiers (UUIDs)** as primary keys in DataJoint tables. \n",
9+
"This chapter demonstrates how to use **Universally Unique Identifiers (UUIDs)** in DataJoitn tables. \n",
1010
"\n",
1111
"For the conceptual foundation on primary keys and when to use surrogate keys like UUIDs, see [Primary Keys](020-primary-key.md). That chapter covers:\n",
1212
"- What primary keys are and why they matter\n",

0 commit comments

Comments
 (0)