You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -316,8 +316,9 @@ Columns should store only exactly what the name describes
316
316
317
317
- The name of a column in a table should accurately describe the data in that table.
318
318
319
-
- If a column is named course_id it should only store the course_id. Not the course_key, not a numeric value, not a timestamp. Just the course_id. Conversely if a column is named course_run_key it should store the course run key, not the course_id.
320
-
319
+
- If a column is named course_id it should only store the course's primary key.
320
+
Not a string course run key, not a UUID. For more details on naming content identifiers,
321
+
see :ref:`OEP-68 Learning Content Identifiers`_.
321
322
322
323
Deleting data
323
324
-------------
@@ -412,3 +413,18 @@ Backward Compatibility
412
413
**********************
413
414
414
415
Data models that are not within the standards of this document do not need to be updated to adhere to OEP-38 standards.
416
+
417
+
Change History
418
+
**************
419
+
420
+
2026-03-23
421
+
==========
422
+
423
+
* Add link to :ref:`OEP-68 Learning Content Identifiers`.
0 commit comments