data_source

3 rows


Description

Data sources - large scale separation between, for example, external databases and SGP data (e.g. USGS, CMIBS, SGP)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
data_source_id serial 10 nextval('dic_data_source_data_source_id_seq'::regclass)
data_source_batch.data_source_id data_source_data_source_batch_fkR

PK. Unique identifier. Generated by database

data_source varchar 255 null

Name of the data source: SGP, USGS-NGDB, USGS-CMIBS

data_source_desc varchar 4000 null

Description of the data source

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
data_source_id Primary key Asc data_source_id

Relationships