From 96adb0aada7666cce45a8f99a8322c3bcc97d2a0 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 1 Jun 2023 13:26:39 -0500 Subject: [PATCH] The key column of each support table is unique --- doc/src/architecture/schemas.m4 | 5 +++-- doc/src/epilog.inc.m4 | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/src/architecture/schemas.m4 b/doc/src/architecture/schemas.m4 index eac1945..1683641 100644 --- a/doc/src/architecture/schemas.m4 +++ b/doc/src/architecture/schemas.m4 @@ -46,8 +46,9 @@ that the ``sokwedb`` schema is not cluttered with un-interesting tables. Most of the tables in this schema contain one row per defined -code. The codes are usually kept in a column named ``Value``. There -is also a ``Description`` column, which describes the coded value. +code. The codes are usually kept in a column that has the name of +table, but a name which is singular instead of plural. There is also +a ``Description`` column, which describes the coded value. A few of the tables in this schema are more complex, and contain more than 2 columns. These are often tables which contain 'meta diff --git a/doc/src/epilog.inc.m4 b/doc/src/epilog.inc.m4 index e762dfe..17e5712 100644 --- a/doc/src/epilog.inc.m4 +++ b/doc/src/epilog.inc.m4 @@ -37,8 +37,6 @@ sdb_generated_rst()dnl .. Substitutions (used to give labels to internal links) -.. For lookup tables -- the "value" column - .. |Valuecol| replace:: :ref:`Value ` .. |allownull| replace:: This column may be ``NULL``. -- 2.34.1