global_Journal

1420 rows


Description

Is parent table for global_RefCore table. The latter stores reference information for all compilations. global_Journal store information about journals and is part of OCTOPUS reference system (= JOURNALID).

Columns

Column Type Size Nulls Auto Default Children Parents Comments
JOURNALID smallserial 5 nextval('global_journal_seq'::regclass)
global_RefCore.JOURNALID <--JOURNALID_from_global_Journal_fkey R
JOURNAL text 2147483647 null
JOURNALABB text 2147483647 null
PRINT_ISSN varchar 9 null
ONLIN_ISSN varchar 9 null
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)
GLOBAL_Journal_pkey Primary key Asc JOURNALID

Relationships