neo_elementsymmetries

0 rows


Description

Is a Neotoma lookup lookup table of Element symmetries. This table is referenced by the neo_variableelements table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SYMMETRYID int2 5 null
neo_variableelements.SYMMETRYID <--SYMMETRYID_from_neo_elementsymmetries_fkey R

Is the original Neotoma symmetryid

SYMMETRY text 2147483647 null

Is the original Neotoma symmetry description

CREATED_AT timestamptz 35,6 timezone('UTC'::text, now())

Is record timestamp with timezone based on UTC

UPDATED_AT timestamptz 35,6 timezone('UTC'::text, now())

Is timestamp of record update with timezone based on UTC

Indexes

Constraint Name Type Sort Column(s)
neo_elementsymmetries_pkey Primary key Asc SYMMETRYID

Relationships