OBJ_M_UNIVDBCST

Universe parameters redefinition (part 2/2): this part relates to row level restriction, table mappings, and object level restriction.

Name Null ? Type Values
M_UNID_N_ID NOT NULL int10 Primary key, see obj_m_magicid 'UNIVDBCST' row.
M_UNID_N_UNILINKID NOT NULL int10 Foreign key to obj_m_reslink.m_res_n_id. This means the overload points -through reslink - to an {actor , universe} pair, and that you cannot set an overload without linking an actor and a universe.
M_UNID_N_TYPE NOT NULL int10 Type of universe overload:

BOSRCT_OBJECTBYID = 1          Object, by ID
BOSRCT_OBJECTBYNAME = 2 Object, by name
BOSRCT_ROWBYID = 3               Row level, 
BOSRCT_ROWBYNAME = 4      Row level
BOSRCT_TMAPBYID = 5            Table mapping
BOSRCT_TMAPBYNAME = 6    Table mapping

M_UNID_N_ITEMSRCID NOT NULL int10 Object ID of the restricted object for object restriction (Type 1)
0 for row level restriction (Type 4)
Table ID of the replaced table for table mapping (Type 5)
M_UNID_C_ITEMSRC NOT NULL char(254)

Name of the restricted object (class\object) (Type 1)
Name of the table used for the row level restriction (Type 4)
Name of the replaced table (Type 5)

M_UNID_N_ITEMDSTID NOT NULL int10 Object ID of the restricted object  (Type 1)
 0 for row level restriction (Type 4)
ID of the replacement table for table mapping (Type 5)
M_UNID_C_ITEMDST NOT NULL char(254) Name of the restricted object (class\object) (Type 1)
Where clause of the row level restriction (Type 4)
Name of the replacement table for table mapping (Type 5)
M_UNID_N_LAD NOT NULL int10 Last Action Date
M_UNID_N_LAT NOT NULL int10 Last Action Type