You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Description:
Document tables consist of a table doc_type with definition of possible document types, table doc, where all the necessary data about documents is stored and relation tables, that saves the id of a document and id of a feature, work or visit with which it is related.
Doc table fields:
Column name
Data type
Description
Example
id
character varying(30)
Id
Raport_0123
doc_type
character varying(30)
Document type related to the catalog value, defined on doc_type