Here some DMS types are defined:
|
CREATE TYPE dms_type_t AS ENUM ('SRD', 'Netije', 'eResminama'); |
Wouldn't it be better to have just a string column?
So any DMS with compatible API could connect, and you won't have to update DB whenever a new system is connected/integrated.
Here some DMS types are defined:
doc-integration/registry/db_script.sql
Line 5 in eef5443
Wouldn't it be better to have just a string column?
So any DMS with compatible API could connect, and you won't have to update DB whenever a new system is connected/integrated.