Files
mip/Schema/prt.ctl
hardya b99f1de15a Changes to party relationship and contact mechanism areas - use of primary keys, etc.
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
2007-11-08 10:01:07 +00:00

21 lines
399 B
Plaintext

LOAD DATA
INFILE *
INTO TABLE role_types
APPEND
FIELDS TERMINATED BY '|'
(
rt_type
,code
,description
)
BEGINDATA
PRT|AGENT|Agent
PRT|SUPP|Service supplier
PRT|SUPPADMIN|User administrator
PRT|MIPADMIN|System Administrator
PRT|ICU|Quotation operative
PRT|CS|Customer Service operative
PRT|INORG|Internal organization
PRT|EXTORG|External organization
PRT|MEMBER|Member of a group