Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\W}[1]{ \; #1 \; }@)@This is dismod_at-20221105 documentation: Here is a link to its current documentation .
The Node Smoothing List Table

Discussion
nslist_id
nslist_name
Example

Discussion
This table uses nslist_id to attach a name to each list in the nslist_pair table.

nslist_id
This column has type integer and is the primary key for the this table. Its initial value is zero, and it increments by one for each row.

nslist_name
This column has type text and has a different value for every row; i.e., the names are unique and can act as substitutes for the primary key. The names are intended to be easier for a human to remember than the ids.

Example
The file nslist_table.py contains an example nslist table.
Input File: omh/table/nslist_table.omh