OBJ_M_RESLINK
Polymorph table for associations between ActorLinks and resource definitions. This table defines:

Name Null ? Type Values
M_RES_N_ID NOT NULL int10 Primary Key, see obj_m_magicid 'RESLINK' row.
M_RES_N_ACTLINKID NOT NULL int10 Foreign Key to obj_m_actorlink.m_actl_n_id
M_RES_N_RESID NOT NULL int10 Foreign Key to obj_m_universes.m_uni_n_id
(where M_RES_N_RESTYPE = 2)

Foreign Key to obj_m_connection.m_cntn_n_id
(where M_RES_N_RESTYPE = 4)

Foreign Key to obj_m_document.m_doc_n_id
(where M_RES_N_RESTYPE = 3)

Foreign Key to obj_m_repository.m_repo_n_id
(where M_RES_N_RESTYPE = 5)

Not Foreign Key
(where M_RES_N_RESTYPE = 6 or 7)
M_RES_N_RESTYPE NOT NULL int10 2=Universe
3=Document
4=Stored Procedure
5=Repository Domain
6=Application
7=Security Command
M_RES_N_STATUS NOT NULL int10 0=Disabled
1=Enabled
2=Disabled (M_RES_N_RESTYPE=7)
3=Hidden (M_RES_N_RESTYPE=7)
5=Inherited (M_RES_N_TYPE=2)
M_RES_N_INFO   int10 Not Used
M_RES_N_LAD NOT NULL int10 Last Action Date
M_RES_N_LAT NOT NULL int10 Last Action Type