182. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:14:11 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

182.1 Files compared

# Location File Last Modified
1 Thu Apr 27 19:14:11 2017 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_DataMgmt\target\PS_INB_ERX_DataMgmt-1.0.2.010-zipfile.zip\INB_ERX2.0\DDL\installation_scripts ERX_STATUS.sql Thu Apr 27 02:48:22 2017 UTC

182.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 17
Removed 0 0

182.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

182.4 Active regular expressions

No regular expressions were active.

182.5 Comparison detail

        1   DROP TABLE  ERX.ERX_S TATUS CASC ADE CONSTR AINTS ;
        2  
        3   CREATE TAB LE ERX.ERX _STATUS
        4     (
        5       CODE               VARCHAR2  (4) NOT NU LL ,
        6       AUTO_C HECK        VARCHAR2  (15) ,
        7       CODE_D ESCRIPTION  VARCHAR2  (70) ,
        8       UPDATE D_DATE      DATE ,
        9       CREATE D_DATE      DATE
        10     )
        11     LOGGING  ;
        12  
        13   CREATE UNI QUE INDEX  ERX.ERX_ST ATUS_PK ON  ERX.ERX_S TATUS
        14     (
        15       CODE A SC
        16     )
        17     LOGGING  ;