Changes to all 'role types' tables - now encapsulated within single table ROLE_TYPES. Minor fixes to attributes for naming consistency, etc. Included InstallMIP.cmd to perform schema installation. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2825 248e525c-4dfb-0310-94bc-949c084e9493
20 lines
518 B
Plaintext
20 lines
518 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE party_relationship_types
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
to_rt_code
|
|
,from_rt_code
|
|
,description
|
|
)
|
|
BEGINDATA
|
|
SUPP|AGENT|Agent for Service Supplier
|
|
SUPP|SUPPADMIN|Administrator for Supplier
|
|
AGENT|SUPPADMIN|Administrator of agent
|
|
SUPPADMIN|AGENT|Administered by
|
|
INORG|MEMBER|Member of internal organization
|
|
EXTORG|MEMBER|Member of external organization
|
|
INORG|ICU|Handles quotations for internal organization
|
|
INORG|CS|Handles customer enquiries for internal organization
|